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

[07/50] [abbrv] incubator-taverna-osgi git commit: add gitignore

add 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/ac735550
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/tree/ac735550
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/diff/ac735550

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

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


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