From 12bb040e2e3809717cbe5c0866e2e3001fadcf59 Mon Sep 17 00:00:00 2001 From: lfborjas Date: Tue, 9 Nov 2010 05:48:41 +0800 Subject: [PATCH] added a django gitignore Thought for a linux environment with vim editing (if not configured, vim will leave behind nasty temporal files) --- Django.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Django.gitignore 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 + -- 2.39.5