From 437193990b976ff5cb57c1635e9ec007f536b1bf Mon Sep 17 00:00:00 2001 From: leandrodeleite Date: Wed, 15 Oct 2014 12:59:30 -0300 Subject: [PATCH] Ignore .cache files Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories. --- Scala.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scala.gitignore b/Scala.gitignore index 12543bc4..b32ebe6f 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,7 +2,7 @@ *.log # sbt specific -.cache/ +.cache .history/ .lib/ dist/*