aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChandan Rajah <crajah@parallelai.com>2013-04-26 03:36:38 -0700
committerChandan Rajah <crajah@parallelai.com>2013-04-26 03:36:38 -0700
commitd6d712287b2bcd74f0c5bbc3ecbb106741443d7c (patch)
treedef6051c908ccefb789df81ae18197c8c7464585 /.gitignore
downloadSpyGlass-d6d712287b2bcd74f0c5bbc3ecbb106741443d7c.tar.gz
SpyGlass-d6d712287b2bcd74f0c5bbc3ecbb106741443d7c.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f5b7d72
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+*.class
+*.log
+
+# sbt specific
+dist/*
+target/
+lib_managed/
+src_managed/
+project/boot/
+project/plugins/project/
+
+# Scala-IDE specific
+.scala_dependencies \ No newline at end of file