mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-08-17 21:38:02 +08:00
Update .gitignore
- add build/ (used in Makefile) - use .pytest-cache instead of .cache for newer pytest
This commit is contained in:
committed by
Dave Halter
parent
48af2afd3e
commit
79c6172be7
+2
-1
@@ -3,4 +3,5 @@
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
.ropeproject
|
.ropeproject
|
||||||
doc/tags
|
doc/tags
|
||||||
.cache
|
.pytest-cache
|
||||||
|
build
|
||||||
|
|||||||
Reference in New Issue
Block a user