]> source.dussan.org Git - gitignore.git/commitdiff
added a django gitignore
authorlfborjas <luis.borjas@escolarea.com>
Mon, 8 Nov 2010 21:48:41 +0000 (05:48 +0800)
committerChris Wanstrath <chris@ozmm.org>
Mon, 8 Nov 2010 22:42:05 +0000 (06:42 +0800)
Thought for a linux environment with vim editing
(if not configured, vim will leave behind nasty temporal files)

Django.gitignore [new file with mode: 0644]

diff --git a/Django.gitignore b/Django.gitignore
new file mode 100644 (file)
index 0000000..a10917d
--- /dev/null
@@ -0,0 +1,11 @@
+*.swp
+*.swo
+*~
+#for python/django
+*.log
+static/uploaded/**/*
+*.mo
+*.pot
+*.po
+*.pyc
+