Commit Graph

5 Commits

Author SHA1 Message Date
Nate Prouty 6039d18e27 Added .pyc to Django.gitignore 2011-04-01 22:44:05 -04:00
Jannis Leidel 42d3cf083f Updating Django gitignore for various reasons
Removing:
- static/uploaded/**/* since there is no default
  for upload paths (configurable)
- *.mo because it's a best practice to keep them
  close to the po files and update before release
- *.pyc since that's covered by the Python gitignore file

Adding:
- local_settings.py because it's a best practice
  for Django projects (next to settings.py)
2010-11-10 03:04:22 +01:00
Chris Wanstrath e60b29b6bb Adding Emacs backup, and Vi swap ignores to Global/ 2010-11-09 00:08:01 -08:00
lfborjas 07b5d97c0a How on earth did I write *.po?! Those are the actual translation files! 2010-11-09 06:42:06 +08:00
lfborjas 12bb040e2e added a django gitignore
Thought for a linux environment with vim editing
(if not configured, vim will leave behind nasty temporal files)
2010-11-09 06:42:05 +08:00