From fff22a60d45d536a99994f8f48ba42591ef9b632 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 21 Apr 2014 18:26:55 -0400 Subject: .gitignore: update with distribution & build files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 6071c67..3167f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,12 @@ Resources/ *.pyc +# Distribution +django_sneak_peek.egg-info +build/ +dist/ + + # Database *.sqlite3 -- cgit v1.2.3