Skip to content

Commit

Permalink
add MANIFEST to Python.gitignore
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
weinihou authored May 26, 2017
1 parent 5d896f6 commit 6d5d7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down

0 comments on commit 6d5d7e0

Please sign in to comment.