added gitignore
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/70e36de1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/70e36de1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/70e36de1 Branch: refs/heads/master Commit: 70e36de1458ebded795890f72c44547ba7b117e6 Parents: a479d54 Author: Christian-B <[email protected]> Authored: Fri May 9 09:07:55 2014 +0100 Committer: Christian-B <[email protected]> Committed: Fri May 9 09:07:55 2014 +0100 ---------------------------------------------------------------------- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/70e36de1/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ebe0e5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# ignore project files # +.classpath +.project +.settings/ +catalog-v001.xml + +# ignore target files # +target/ +bin/ +build/ +dist/ +apidoc/ +*.swp + +# ignore svn files if there +.svn + +# ignore log files # +*.log +/logs/* +*/logs/* + + +
