Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b35bcb

Browse files
authored
Merge pull request matplotlib#7456 from anntzer/update-gitignore
BLD: Add pytest's .cache to .gitignore.
2 parents 8515322 + d032f54 commit 0b35bcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ texput.log
7272
texput.aux
7373
result_images
7474

75-
# Nose generated files #
76-
########################
75+
# Nose/Pytest generated files #
76+
###############################
77+
.cache/
7778
.coverage
7879
.coverage.*
7980
cover/

0 commit comments

Comments
 (0)