Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matheussl committed Jul 7, 2013
1 parent 7d1d7c8 commit 5fba879
Showing 1 changed file with 44 additions and 3 deletions.
47 changes: 44 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
*.log
# python and django
*.py[cod]
*.pot
*.pyc
local_settings.py
*.Python
*.db
media/
build/
dist/
*settings_local.py
include/

# C extensions
*.so

# 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

# ide
*.sublime*

# other
*.DS_Store

0 comments on commit 5fba879

Please sign in to comment.