aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2014-04-21 18:26:55 -0400
committerTeddy Wing2014-04-21 18:26:55 -0400
commitfff22a60d45d536a99994f8f48ba42591ef9b632 (patch)
treee378720f0d12c001918b0981f60e90b6e4a939b9 /.gitignore
parenta47efefde6b16c559d6fd2f8405f15337ecc73fe (diff)
downloaddjango-sneak-peek-fff22a60d45d536a99994f8f48ba42591ef9b632.tar.bz2
.gitignore: update with distribution & build files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
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