From 2eebc300cfe599f4d78ed8dfd2509594fe6836b1 Mon Sep 17 00:00:00 2001 From: Dennis Camera Date: Fri, 4 Oct 2019 14:50:20 +0200 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b80b425..ed8b453a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,7 @@ cdist/inventory/ # Python: cache, distutils, distribution in general __pycache__/ *.pyc -MANIFEST +/MANIFEST dist/ cdist/version.py cdist.egg-info/