Skip to content

Commit

Permalink
gitignored lots of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
poligarcia committed Mar 21, 2013
1 parent a3bb997 commit e489a96
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
.idea
*.py[cod]

# C extensions
*.so

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

# Installer logs
pip-log.txt

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

# Translations
*.mo

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

# PyCharm files
.idea

0 comments on commit e489a96

Please sign in to comment.