From 15c69190d840ed168bdcc0cdf941b51c845a6946 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Mon, 22 Apr 2019 18:37:43 -0400 Subject: [PATCH] gitignore: Add generated folders These folders are not tracked by us and thus should be ignored. Prevents them from accidentally being added. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7575b05..4b56dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ data/ui/shortcut_handlers *.glade~ dist/uberwriter-2.0b0-py3.7.egg builddir/* +dist/ +uberwriter.egg-info