From 2a36f4434f6c4780392130d6efdc9b055cf25d09 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Sat, 22 Feb 2014 00:22:15 -0600 Subject: [PATCH] PyInstaller .manifest # 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. *.exe.manifest *.manifest Example template ``` Description ``` --- Python.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 76f2a469..ad380ed3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -22,6 +22,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. +*.exe.manifest +*.manifest + # Installer logs pip-log.txt pip-delete-this-directory.txt