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
|
/hy/version.py
|
||||||
*.pyc
|
*.pyc
|
||||||
*swp
|
.*.sw?
|
||||||
*hy*egg*
|
*hy*egg*
|
||||||
*pyreadline*egg*
|
*pyreadline*egg*
|
||||||
.tox
|
.tox
|
||||||
@ -9,3 +9,4 @@ dist
|
|||||||
.coverage
|
.coverage
|
||||||
build/
|
build/
|
||||||
/.cache
|
/.cache
|
||||||
|
/.pytest_cache
|
||||||
|
Loading…
Reference in New Issue
Block a user