Merge pull request #1561 from waigx/chore/gitignore
Update .gitignore to exclude pytest cache folder
This commit is contained in:
commit
7822e7d8a8
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
/hy/version.py
|
||||
*.pyc
|
||||
*swp
|
||||
.*.sw?
|
||||
*hy*egg*
|
||||
*pyreadline*egg*
|
||||
.tox
|
||||
@ -9,3 +9,4 @@ dist
|
||||
.coverage
|
||||
build/
|
||||
/.cache
|
||||
/.pytest_cache
|
||||
|
Loading…
Reference in New Issue
Block a user