aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2014-01-23 21:24:57 +0100
committerVlad Ureche <vlad.ureche@gmail.com>2014-01-23 21:40:58 +0100
commite41f4fdd0efd9b19d5363def8ecb057fc6326d57 (patch)
tree619f6dc7f8e57b8c3978da505550c34e55ce40f1 /.gitignore
parent0e8d0bb1fbe557665f4db9edcd51dc4c49a7ae15 (diff)
downloaddotty-e41f4fdd0efd9b19d5363def8ecb057fc6326d57.tar.gz
dotty-e41f4fdd0efd9b19d5363def8ecb057fc6326d57.tar.bz2
dotty-e41f4fdd0efd9b19d5363def8ecb057fc6326d57.zip
Build infrastructure
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..4ac590576
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+*.class
+*.log
+
+# sbt specific
+dist/*
+target/
+lib_managed/
+src_managed/
+project/boot/
+project/plugins/project/
+project/local-plugins.sbt
+.history
+
+# Scala-IDE specific
+.scala_dependencies
+.cache
+.classpath
+.project
+.settings
+bin/
+
+# idea
+.idea
+.idea_modules