Skip to content

Commit

Permalink
Adds .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
gotgenes committed Feb 1, 2013
1 parent d55489d commit 99b6e72
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
@@ -0,0 +1,36 @@
*.py[cod]

# C extensions
*.so

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

# Installer logs
pip-log.txt

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

# Translations
*.mo

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

0 comments on commit 99b6e72

Please sign in to comment.