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 17:23:40 UTC

[32/50] incubator-taverna-common-activities git commit: added .gitignore

added .gitignore


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/9d230ec8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/9d230ec8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/9d230ec8

Branch: refs/heads/master
Commit: 9d230ec826a4e4661d28f5a75bb3c1283834144d
Parents: b122b1a
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Tue May 6 16:56:02 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Tue May 6 16:56:02 2014 +0100

----------------------------------------------------------------------
 .gitignore | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/9d230ec8/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5a3defb
--- /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/*
+
+
+