瀏覽代碼

added a django gitignore

Thought for a linux environment with vim editing
(if not configured, vim will leave behind nasty temporal files)
lfborjas 14 年之前
父節點
當前提交
12bb040e2e
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      Django.gitignore

+ 11 - 0
Django.gitignore

@@ -0,0 +1,11 @@
+*.swp
+*.swo
+*~
+#for python/django
+*.log
+static/uploaded/**/*
+*.mo
+*.pot
+*.po
+*.pyc
+