Files
jedi-vim/.gitignore
Daniel Hahler 79c6172be7 Update .gitignore
- add build/ (used in Makefile)
- use .pytest-cache instead of .cache for newer pytest
2018-04-17 23:25:48 +02:00

8 lines
61 B
Plaintext

*~
*.sw?
*.py[cod]
.ropeproject
doc/tags
.pytest-cache
build