1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +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:
Shiwei Sun 2017-05-26 16:30:51 +08:00 committed by GitHub
parent 5d896f6791
commit 6d5d7e0c96

View File

@ -23,6 +23,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template