Skip to content

Commit

Permalink
Updated .gitignore to use Github's latest .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
svisser committed Sep 6, 2014
1 parent 6d99196 commit f896105
Showing 1 changed file with 38 additions and 17 deletions.
55 changes: 38 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,54 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
lib
lib64
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

#Translations
# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

#Mr Developer
.mr.developer.cfg
# PyBuilder
target/

0 comments on commit f896105

Please sign in to comment.