Browse Source

added a django gitignore

Thought for a linux environment with vim editing
(if not configured, vim will leave behind nasty temporal files)
pull/36/head
lfborjas 13 years ago
parent
commit
12bb040e2e
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      Django.gitignore

+ 11
- 0
Django.gitignore View File

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


Loading…
Cancel
Save