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 <[email protected]> Authored: Wed May 7 08:12:53 2014 +0100 Committer: Christian-B <[email protected]> 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/* + + +
