aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorneothemachine <[email protected]>2012-12-05 22:32:07 +0100
committerneothemachine <[email protected]>2012-12-05 22:32:07 +0100
commitd4d718b81a4d1ecb3a6e52c53690a397cb41cc2c (patch)
tree434ac57797ca5c23cac34d5aaed6acea6d1c1ce0 /.gitignore
parentd80ee0719d78feccf04d52a5b0cfab0aebd6c885 (diff)
add target/ folder to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fd5349a..7fc0192 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
bin/
+target/
.settings/
.project
.classpath \ No newline at end of file