mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Make Python .gitignore directory entries match only directories.
This commit also alphabetizes the distribution/packaging section after separating the directory entries from the file entries. I left alone a few entries that I'm not sure about (i.e. *.egg and the "Mr Developer" section).
This commit is contained in:
parent
b65855ee93
commit
c038e773de
@ -1,31 +1,31 @@
|
|||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user