Skip to content

Commit

Permalink
Add pytest's .cache to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Nov 14, 2016
1 parent 8515322 commit d032f54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ texput.log
texput.aux
result_images

# Nose generated files #
########################
# Nose/Pytest generated files #
###############################
.cache/
.coverage
.coverage.*
cover/
Expand Down

0 comments on commit d032f54

Please sign in to comment.