From 6d5d7e0c96b71717e9a8efffd4eb1eb372c27021 Mon Sep 17 00:00:00 2001 From: Shiwei Sun Date: Fri, 26 May 2017 16:30:51 +0800 Subject: [PATCH] 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' --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..c958354e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -23,6 +23,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg +MANIFEST # PyInstaller # Usually these files are written by a python script from a template