.gitignore for Django buildout

If you’re keeping your django buildout installation under git, you may find the following .gitignore list useful to prevent your commits from cluttering with ugly temporary files (of course it also applies to other revision control system ignore files). You may need to adapt folder names to your buildout.cfg setup.

*~
*.orig
*.pyc
*.rej
.installed.cfg
__minitage__*
bin/*
develop-eggs
downloads
eggs
log
parts
project/media/uploads
tmp

As usual, feel free to post your additions as comments.

Related posts:

  1. Install wxPython in buildout
  2. Integrate Tornado in Django
  3. Buildout!
Add to StumbleUpon Add to del.icio.us Add to Mixx!     
blog comments powered by Disqus