
3 Dec
2012
3 Dec
'12
12:57 a.m.
commit 585cfc84cd5b7a61177fd42a86282d6c6544100f Author: David Fifield <david@bamsoftware.com> Date: Sun Dec 2 10:59:57 2012 -0800 Ignore PyInstaller tmp directory. --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 493cc74..3778530 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /facilitator.log *.pyc /dist +/pyinstaller-tmp