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=fbdea1ab367a4e8e8648bdade37a92ea4f2664d5;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..7d12fc83 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.cache .cache/ .history/ .lib/