From: leandrodeleite Date: Wed, 15 Oct 2014 15:59:30 +0000 (-0300) Subject: Ignore .cache files X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=437193990b976ff5cb57c1635e9ec007f536b1bf;p=gitignore.git Ignore .cache files Added to match .cache files generated by sbt. Current .cache/ pattern matches only directories. --- 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/*