Commit bd8dab38 authored by Carl Suster's avatar Carl Suster

Merge pull request #509 from cjerdonek/master

Make Python .gitignore directory entries match only directories
parents b65855ee c038e773
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod] *.py[cod]
# C extensions # C extensions
*.so *.so
# Packages # Distribution / packaging
*.egg bin/
*.egg-info build/
dist develop-eggs/
build dist/
eggs eggs/
parts lib/
bin lib64/
var parts/
sdist sdist/
develop-eggs var/
*.egg-info/
.installed.cfg .installed.cfg
lib *.egg
lib64
__pycache__
# Installer logs # Installer logs
pip-log.txt pip-log.txt
# Unit test / coverage reports # Unit test / coverage reports
.tox/
.coverage .coverage
.tox
nosetests.xml nosetests.xml
# Translations # Translations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment