Skip to content

Commit

Permalink
Added .pytest_cache to gitignore (pandas-dev#20021)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored and pandres committed Mar 10, 2018
1 parent ee5e653 commit c0e9ba8
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 @@ -88,8 +88,9 @@ scikits
*.c
*.cpp

# Performance Testing #
#######################
# Unit / Performance Testing #
##############################
.pytest_cache/
asv_bench/env/
asv_bench/html/
asv_bench/results/
Expand Down

0 comments on commit c0e9ba8

Please sign in to comment.