summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 9 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index d66b63d5..8bfdb1d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,13 @@
+# SVN repo files
.svn/
-.project
+
+# Eclipse project files
+#.project
+#.classpath
+#.settings/
.euml2
.umlproject
-.classpath
-.settings/
+
+# Other
target/
-deploy.sh
-*~ \ No newline at end of file
+*~