Updating .gitignore to standard GitHub template

This commit is contained in:
Yoann Roman
2011-01-03 10:56:33 -05:00
parent ed3345ee96
commit 4767b0f4c9

21
.gitignore vendored
View File

@@ -1,2 +1,19 @@
pecan.egg-info
*.pyc
# From GitHub's .gitignore template collection
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
develop-eggs
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox