From: lfborjas Date: Mon, 8 Nov 2010 21:48:41 +0000 (+0800) Subject: added a django gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=12bb040e2e3809717cbe5c0866e2e3001fadcf59;p=gitignore.git added a django gitignore Thought for a linux environment with vim editing (if not configured, vim will leave behind nasty temporal files) --- diff --git a/Django.gitignore b/Django.gitignore new file mode 100644 index 00000000..a10917dc --- /dev/null +++ b/Django.gitignore @@ -0,0 +1,11 @@ +*.swp +*.swo +*~ +#for python/django +*.log +static/uploaded/**/* +*.mo +*.pot +*.po +*.pyc +