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

[19/50] [abbrv] incubator-taverna-workbench git commit: extended gitignore

extended 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/68c55c91
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/68c55c91
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/68c55c91

Branch: refs/heads/master
Commit: 68c55c914d2cf9b0b06715c89818de8f508321d4
Parents: 7981942
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Fri May 9 09:11:10 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Fri May 9 09:11:10 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/68c55c91/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index e8df2d5..ebe0e5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +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/*
+
+
+