You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/03/06 23:34:13 UTC

[17/50] [abbrv] incubator-taverna-workbench git commit: added gitignore

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 <br...@cs.man.ac.uk>
Authored: Fri May 9 09:07:55 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
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/*
+
+
+