Add .gitignore

This commit is contained in:
Taro L. Saito 2012-09-06 10:29:58 +09:00
parent 37b9890763
commit aca52ed202
1 changed files with 20 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
*~
*.class
*.log
# IntelliJ
.idea
.idea_modules
# sbt specific
bin/.lib
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies