Merge pull request #1561 from waigx/chore/gitignore

Update .gitignore to exclude pytest cache folder
This commit is contained in:
Kodi Arfer 2018-04-01 11:43:15 -07:00 committed by GitHub
commit 7822e7d8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -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