1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #1701 from Ivoz/gitignore

Clean up gitignore
This commit is contained in:
Matt Iversen 2014-04-17 11:55:03 +10:00
commit b99065a636

18
.gitignore vendored
View file

@ -1,13 +1,9 @@
build/
dist/
docs/_build/
pip.egg-info/
MANIFEST
pip.egg-info/*
ScriptTest-*.egg
virtualenv-*.egg
mock-*egg
dist/*
docs/_build/*
build/*
*.pyc
*.pyo
*.~
.tox
*.egg
*.py[cod]
*.~