Browse Source

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'
pull/2397/head
Shiwei Sun 7 years ago
parent
commit
6d5d7e0c96
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Python.gitignore

+ 1
- 0
Python.gitignore 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

Loading…
Cancel
Save