diff options
author | Carl Suster <carl@contraflo.ws> | 2014-06-24 11:41:33 +1000 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-06-24 11:41:33 +1000 |
commit | 4016064d2848831eae7043887ebc7f0e881672c2 (patch) | |
tree | 07ab2a03c264ca69835e5a3c3c4ff655780e6068 /Python.gitignore | |
parent | 31a5904b9d88fc5e8285ff4bbfec1fedbf95bf60 (diff) | |
parent | ff81e9faeba86b05b45100abf6daf1a65c0655f2 (diff) | |
download | gitignore-4016064d2848831eae7043887ebc7f0e881672c2.tar.gz gitignore-4016064d2848831eae7043887ebc7f0e881672c2.zip |
Merge pull request #959 from Metallicow/PyInstaller-.gitignore
PyInstaller .manifest
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index 087029a6..2e84e295 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -21,6 +21,12 @@ var/ .installed.cfg *.egg +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + # Installer logs pip-log.txt pip-delete-this-directory.txt |