Update Scala.gitignore

sbt now creates .cache and .history
This commit is contained in:
Tamir Duberstein 2013-11-04 11:36:31 -08:00
parent 517a444703
commit 2636793079
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
*.log
# sbt specific
.cache/
.history/
.lib/
dist/*
target/