mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
add MANIFEST to Python.gitignore
add MANIFEST which is GENERATED by distutils Reasons for making this change: if you use distutils.core to setup, the file MANIFEST is generated by distutils when run 'python setup.py sdist'
This commit is contained in:
parent
5d896f6791
commit
6d5d7e0c96
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ wheels/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
*.egg
|
*.egg
|
||||||
|
MANIFEST
|
||||||
|
|
||||||
# PyInstaller
|
# PyInstaller
|
||||||
# Usually these files are written by a python script from a template
|
# Usually these files are written by a python script from a template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue