diff options
author | Wouter de Vries <wouterdevries@silverfit.nl> | 2018-12-06 10:17:16 +0100 |
---|---|---|
committer | Wouter de Vries <wouterdevries@silverfit.nl> | 2018-12-06 10:17:16 +0100 |
commit | 38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c (patch) | |
tree | dd978792fe401987fa9b88783722e740a2fe45d9 /VisualStudio.gitignore | |
parent | e313e296c1e284d908adcb95bf4f2812617d4de1 (diff) | |
download | gitignore-38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c.tar.gz gitignore-38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c.zip |
Only unignore directories that have at least a character ending with .cache
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4ba92b04..d1fc54de 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -211,7 +211,7 @@ _pkginfo.txt # files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache -!*.[Cc]ache/ +!?*.[Cc]ache/ # Others ClientBin/ |