Skip to content

Commit

Permalink
git: ignore .cache directory
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Aug 26, 2014
1 parent 99497c2 commit cd88cea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
*.egg-info
*.pyc
.coverage
htmlcov
.DS_Store
*.egg-info
.cache
.coverage
.tox
MANIFEST
MANIFEST
htmlcov

0 comments on commit cd88cea

Please sign in to comment.