.gitignore: added ".cache" directory back

It is necessary for proper work of "git clean" command
pull/8958/head
Alexander Alekhin 8 years ago
parent 16368a275b
commit f0e3431bc7
  1. 1
      .gitignore

1
.gitignore vendored

@ -21,3 +21,4 @@ bin/
*.log
*.tlog
build
.cache

Loading…
Cancel
Save