diff options
author | Brendan Forster <github@brendanforster.com> | 2017-09-09 11:25:05 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-09 11:25:05 +1000 |
commit | 7f9ac08feb3811ce3c4a3c76a863e1dfdaaf70d5 (patch) | |
tree | 0e4ef9d674ace877c19b4c2c67d8a7ff4d9f3c3c | |
parent | 8a2d36e7a3575b8302d27d49f3373b5f0f710952 (diff) | |
parent | 6d5d7e0c96b71717e9a8efffd4eb1eb372c27021 (diff) | |
download | gitignore-7f9ac08feb3811ce3c4a3c76a863e1dfdaaf70d5.tar.gz gitignore-7f9ac08feb3811ce3c4a3c76a863e1dfdaaf70d5.zip |
Merge pull request #2397 from weinihou/master
add MANIFEST to Python.gitignore
-rw-r--r-- | Python.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |