Updating .gitignore to standard GitHub template
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user