Only ignore MANIFEST file in root directory

On systems with case-insensitive file systems (like Mac OS X) the previous line
also ignores all types' manifest files.
This commit changes the .gitignore to only ignore the MANIFEST file in the root
directory generated for the PyPI release.
This commit is contained in:
Dennis Camera 2019-10-04 14:50:20 +02:00
parent 7981f81dcd
commit 2eebc300cf
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -34,7 +34,7 @@ cdist/inventory/
# Python: cache, distutils, distribution in general
__pycache__/
*.pyc
MANIFEST
/MANIFEST
dist/
cdist/version.py
cdist.egg-info/