From 75f93a3f7854a7383febd047391e2bfd4caceee0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 20 Mar 2014 17:49:16 +0200 Subject: Initial git fork of django-storages --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e3d5a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +syntax:glob + +*.DS_Store +*.egg +*.egg-info +*.elc +*.gz +*.log +*.orig +*.pyc +*.swp +*.tmp +*~ +.hg/ +.tox/ +_build/ +build/ +dist/* +.hgignore +.hgtags +django +local_settings.py +setuptools* +testdb.sqlite -- cgit v1.3.1