hy/.gitignore
Yigong Wang bbf2f9c942 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.
2018-03-31 23:54:44 -04:00

13 lines
114 B
Plaintext

/hy/version.py
*.pyc
.*.sw?
*hy*egg*
*pyreadline*egg*
.tox
*pycache*
dist
.coverage
build/
/.cache
/.pytest_cache