diff options
author | Chandan Rajah <crajah@parallelai.com> | 2013-04-26 03:36:38 -0700 |
---|---|---|
committer | Chandan Rajah <crajah@parallelai.com> | 2013-04-26 03:36:38 -0700 |
commit | d6d712287b2bcd74f0c5bbc3ecbb106741443d7c (patch) | |
tree | def6051c908ccefb789df81ae18197c8c7464585 /.gitignore | |
download | SpyGlass-d6d712287b2bcd74f0c5bbc3ecbb106741443d7c.tar.gz SpyGlass-d6d712287b2bcd74f0c5bbc3ecbb106741443d7c.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
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 |