summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 13 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f3af9f78..c0f27cd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,14 @@
-pub/
+# SVN repo files
+.svn/
+
+# Eclipse project files
+#.project
+#.classpath
+#.settings/
+.euml2
+.umlproject
+
+# Other
+target/
log/
-*.log \ No newline at end of file
+*~