소스 검색

Merge pull request #1503 from LunicLynx/keep-cache-directories

add rule to keep track of directories ending in .Cache
Brendan Forster 10 년 전
부모
커밋
0aee91babc
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      VisualStudio.gitignore

+ 6 - 1
VisualStudio.gitignore

@@ -154,8 +154,13 @@ csx/
 # Windows Store app package directory
 AppPackages/
 
-# Others
+# Visual Studio cache files
+# files ending in .cache can be ignored
 *.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
+
+# Others
 ClientBin/
 [Ss]tyle[Cc]op.*
 ~$*