Update .gitignore

- add build/ (used in Makefile)
- use .pytest-cache instead of .cache for newer pytest
This commit is contained in:
Daniel Hahler
2018-04-17 17:02:44 +02:00
committed by Dave Halter
parent 48af2afd3e
commit 79c6172be7

3
.gitignore vendored
View File

@@ -3,4 +3,5 @@
*.py[cod]
.ropeproject
doc/tags
.cache
.pytest-cache
build