diff options
| author | Teddy Wing | 2014-04-21 18:26:55 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2014-04-21 18:26:55 -0400 | 
| commit | fff22a60d45d536a99994f8f48ba42591ef9b632 (patch) | |
| tree | e378720f0d12c001918b0981f60e90b6e4a939b9 /.gitignore | |
| parent | a47efefde6b16c559d6fd2f8405f15337ecc73fe (diff) | |
| download | django-sneak-peek-fff22a60d45d536a99994f8f48ba42591ef9b632.tar.bz2 | |
.gitignore: update with distribution & build files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -6,6 +6,12 @@ Resources/  *.pyc +# Distribution +django_sneak_peek.egg-info +build/ +dist/ + +  # Database  *.sqlite3 | 
