Update .gitignore to exclude pytest cache folder
.pytest folder will be generated after running unit tests locally. This commit excludes the folder and updates vim temporary files exclusion rules.
This commit is contained in:
parent
6c25fc23df
commit
bbf2f9c942
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