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:42 UTC

[34/50] incubator-taverna-common-activities git commit: Added gutignore

Added gutignore


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/4ef07cfc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/4ef07cfc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/4ef07cfc

Branch: refs/heads/master
Commit: 4ef07cfc94206a66b8e2b58744c606806103eeb1
Parents: 03671d7
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Wed May 7 08:12:53 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Wed May 7 08:12:53 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/4ef07cfc/.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/*
+
+
+