Ignore .cache/

This commit is contained in:
Takeshi KOMIYA 2017-01-07 20:37:01 +09:00
parent 5cff4b15c2
commit f1d2a7ffaa
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.swp
.dir-locals.el
.cache/
.mypy_cache/
.ropeproject/
TAGS

View File

@ -58,6 +58,7 @@ clean-generated:
clean-testfiles:
rm -rf tests/build
rm -rf .tox/
rm -rf .cache/
clean-buildfiles:
rm -rf build