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/02/17 12:50:27 UTC

[09/50] [abbrv] incubator-taverna-osgi git commit: extended gitignore

extended gitignore


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/commit/219e8da2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/tree/219e8da2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/diff/219e8da2

Branch: refs/heads/master
Commit: 219e8da2521f1da004e3898d45edd7199e2af836
Parents: 2646c66
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Fri May 9 12:07:19 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Fri May 9 12:07:19 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/219e8da2/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index da8dcd4..ebe0e5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,24 @@
+# ignore project files #
 .classpath
 .project
 .settings/
+catalog-v001.xml
+
+# ignore target files #
 target/
-.svn
+bin/
+build/
+dist/
+apidoc/
 *.swp
-catalog-v001.xml
+
+# ignore svn files if there
+.svn
+
+# ignore log files #
+*.log
+/logs/*
+*/logs/*
+
+
+