Skip to content

Commit 6d5d7e0

Browse files
authored
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'
1 parent 5d896f6 commit 6d5d7e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ wheels/
2323
*.egg-info/
2424
.installed.cfg
2525
*.egg
26+
MANIFEST
2627

2728
# PyInstaller
2829
# Usually these files are written by a python script from a template

0 commit comments

Comments
 (0)