Skip to content

Commit

Permalink
added standard git ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
metagriffin committed Dec 1, 2014
1 parent 3d77503 commit 2ee6993
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,39 @@
# Compiled files
*.py[cod]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Dev files
envdev*
.virtualenv*
*.png
*.log

0 comments on commit 2ee6993

Please sign in to comment.