Prune .gitignore of old entries
This commit is contained in:
parent
7df5985abf
commit
3f84070fb1
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,7 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
.coverage
|
.coverage
|
||||||
.idea
|
|
||||||
.noseids
|
.noseids
|
||||||
MANIFEST
|
MANIFEST
|
||||||
build/
|
build/
|
||||||
@ -10,6 +9,3 @@ coverage.xml
|
|||||||
dist/
|
dist/
|
||||||
docs/_build/
|
docs/_build/
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
pip-log.txt
|
|
||||||
src/
|
|
||||||
tmp/
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user