summaryrefslogtreecommitdiff
path: root/gitignore.SAMPLE
diff options
context:
space:
mode:
Diffstat (limited to 'gitignore.SAMPLE')
-rw-r--r--gitignore.SAMPLE23
1 files changed, 15 insertions, 8 deletions
diff --git a/gitignore.SAMPLE b/gitignore.SAMPLE
index ac50f91b2f..3c15a5de9e 100644
--- a/gitignore.SAMPLE
+++ b/gitignore.SAMPLE
@@ -2,22 +2,29 @@
/.gitignore
/test/files/.gitignore
-# "a" and "a/" to get both file (i.e. symlink) and folder
-/build
-/build/
-/target
+*.jar
+*~
+
+#sbt
+/project/target/
+/project/project/target
+
/target/
+/src/jline/target/
+
+# target directories for ant build
+/build/
/dists/
+
+# other
/out/
/bin/
-
/sandbox/
+# eclipse, intellij
/.classpath
-
+/.project
/src/intellij/*.iml
/src/intellij/*.ipr
/src/intellij/*.iws
-/project/boot/
-/project/build/target/