added .gitignore
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/9d230ec8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/9d230ec8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/9d230ec8 Branch: refs/heads/master Commit: 9d230ec826a4e4661d28f5a75bb3c1283834144d Parents: b122b1a Author: Christian-B <[email protected]> Authored: Tue May 6 16:56:02 2014 +0100 Committer: Christian-B <[email protected]> Committed: Tue May 6 16:56:02 2014 +0100 ---------------------------------------------------------------------- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/9d230ec8/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a3defb --- /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/* + + +
