From f441f790d21c02ff96e0bf7391f1616d46390f82 Mon Sep 17 00:00:00 2001 From: LunicLynx Date: Wed, 6 May 2015 11:04:53 +0200 Subject: [PATCH 1/2] 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 --- VisualStudio.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.* ~$* From 5ee2b35cd52c3a5f9d0b1fedef0da7a0580d0e8f Mon Sep 17 00:00:00 2001 From: LunicLynx Date: Wed, 6 May 2015 11:11:06 +0200 Subject: [PATCH 2/2] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d65cbcd7..bf6caf01 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,7 +151,7 @@ csx/ AppPackages/ # Visual Studio cache files -# files endeing in .cache can be ignored +# files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache !*.[Cc]ache/