Skip to content

Commit

Permalink
updated gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorynicholas committed Mar 16, 2013
1 parent edc28e8 commit 8f341e9
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
export/*
*.py[co]

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

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

docs/_build
docs/build
.DS_Store
*.pyc
.nojekyll
searchindex.js
objects.inv
/*.html
/_static/
/_sources/

0 comments on commit 8f341e9

Please sign in to comment.