From: LunicLynx Date: Wed, 6 May 2015 09:04:53 +0000 (+0200) Subject: add rule to keep track of directories ending in .Cache X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f441f790d21c02ff96e0bf7391f1616d46390f82;p=gitignore.git add rule to keep track of directories ending in .Cache More Information http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx --- diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 57a1574c..d65cbcd7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -150,8 +150,13 @@ csx/ # Windows Store app package directory AppPackages/ -# Others +# Visual Studio cache files +# files endeing in .cache can be ignored *.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others ClientBin/ [Ss]tyle[Cc]op.* ~$*