Skip to content

Commit

Permalink
Updating .gitignore.
Browse files Browse the repository at this point in the history
This project's .gitignore is based on the Python .gitignore from
Github's gitignore repository:
<https://github.com/github/gitignore/blob/master/Python.gitignore>.
Changes should generally be made by submitting a pull request to that
repository instead of modifying this file.
  • Loading branch information
martey committed Oct 17, 2013
1 parent a889d29 commit 88da46b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.py[co]
*.py[cod]

# C extensions
*.so

# Packages
*.egg
Expand All @@ -12,17 +15,22 @@ var
sdist
develop-eggs
.installed.cfg
MANIFEST
lib
lib64
__pycache__

# Installer logs
pip-log.txt

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

#Translations
# Translations
*.mo

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

0 comments on commit 88da46b

Please sign in to comment.