浏览代码

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
LunicLynx 10 年之前
父节点
当前提交
f441f790d2
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      VisualStudio.gitignore

+ 6 - 1
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.*
 ~$*