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:
Yigong Wang 2018-03-31 23:42:17 -04:00
parent 6c25fc23df
commit bbf2f9c942
1 changed files with 2 additions and 1 deletions

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