Skip to content

Commit

Permalink
add gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Oct 8, 2014
1 parent c57e1e8 commit 33e114f
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
*.py[cod]

# C extensions
*.so

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

*~

# Installer logs
pip-log.txt

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

# Translations
*.mo

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


*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.bz
*.bz2
.hg
*.swp

0 comments on commit 33e114f

Please sign in to comment.