summaryrefslogtreecommitdiff
path: root/gitignore.SAMPLE
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-10-18 12:58:49 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-10-18 12:58:49 +0000
commit8dd7839ac882d42a130dfee91d4b8507ef332782 (patch)
tree8616f8de98f2a2b93367a26b469d38fcc14eefb5 /gitignore.SAMPLE
parentc39f26382dddaa7e000022704792c813f8bf7f2b (diff)
downloadscala-8dd7839ac882d42a130dfee91d4b8507ef332782.tar.gz
scala-8dd7839ac882d42a130dfee91d4b8507ef332782.tar.bz2
scala-8dd7839ac882d42a130dfee91d4b8507ef332782.zip
adding gitignore sample files.
Diffstat (limited to 'gitignore.SAMPLE')
-rw-r--r--gitignore.SAMPLE23
1 files changed, 23 insertions, 0 deletions
diff --git a/gitignore.SAMPLE b/gitignore.SAMPLE
new file mode 100644
index 0000000000..331672d9de
--- /dev/null
+++ b/gitignore.SAMPLE
@@ -0,0 +1,23 @@
+# see also test/files/.gitignore
+/.gitignore
+/test/files/.gitignore
+
+/.scala_dependencies
+
+# "a" and "a/" to get both file (i.e. symlink) and folder
+/build
+/build/
+/target
+/target/
+/dists/
+/out/
+/bin/
+
+/sandbox/
+
+/src/intellij/*.iml
+/src/intellij/*.ipr
+/src/intellij/*.iws
+
+/project/boot/
+/project/build/target/