From 4d366b8db9d2c61d5dca5bc147fcf8fa083ca846 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Thu, 21 Jan 2016 11:50:33 -0500 Subject: [PATCH] Update gitignore for pyinstaller cruft. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0d20b64..171f521 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ *.pyc +build/ +dist/ +*.spec