Commit 38b9fdf4 authored by Wouter de Vries's avatar Wouter de Vries

Only unignore directories that have at least a character ending with .cache

parent e313e296
...@@ -211,7 +211,7 @@ _pkginfo.txt ...@@ -211,7 +211,7 @@ _pkginfo.txt
# files ending in .cache can be ignored # files ending in .cache can be ignored
*.[Cc]ache *.[Cc]ache
# but keep track of directories ending in .cache # but keep track of directories ending in .cache
!*.[Cc]ache/ !?*.[Cc]ache/
# Others # Others
ClientBin/ ClientBin/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment