Ignore .coverage files/dirs everywhere.

This commit is contained in:
Sybren A. Stüvel 2016-05-27 16:21:23 +02:00
parent c6e191365b
commit c13ba86323

2
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store .DS_Store
.project .project
.coverage
*.pyc *.pyc
*.sublime* *.sublime*
*.ropeproject* *.ropeproject*
@ -12,7 +13,6 @@
/pillar/application/static/storage/ /pillar/application/static/storage/
/build /build
/.cache /.cache
/.coverage
/pillar/pillar.egg-info/ /pillar/pillar.egg-info/
/pillar/google_app.json /pillar/google_app.json
profile.stats profile.stats