aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2013-11-04 11:36:31 -0800
committerTamir Duberstein <tamird@gmail.com>2013-11-04 11:36:31 -0800
commit26367930799f4e3a919e907a4503fd821f77e1ea (patch)
tree3a7c90138059ccf7b8db0160af19324718a97086
parent517a44470344e0026d12adda9df59f37476ab8f6 (diff)
downloadgitignore-26367930799f4e3a919e907a4503fd821f77e1ea.tar.gz
gitignore-26367930799f4e3a919e907a4503fd821f77e1ea.zip
Update Scala.gitignore
sbt now creates .cache and .history
-rw-r--r--Scala.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/Scala.gitignore b/Scala.gitignore
index b78b64aa..28adf319 100644
--- a/Scala.gitignore
+++ b/Scala.gitignore
@@ -2,6 +2,8 @@
*.log
# sbt specific
+.cache/
+.history/
.lib/
dist/*
target/