diff options
| author | Tom Christie | 2011-07-01 16:05:22 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-07-01 16:05:22 +0100 |
| commit | c4fe5a920b3a123d86b82da5b86e118435b07050 (patch) | |
| tree | 7342aee2057ab90d198309cfc91c5fc98257068f /.gitignore | |
| parent | 2ebcc9d3ddd6db156d18df1f8bb1db5cdf1e8434 (diff) | |
| download | django-rest-framework-c4fe5a920b3a123d86b82da5b86e118435b07050.tar.bz2 | |
Urg, force update after hg-git ickyness
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4947943a --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*.pyc +*.db +assetplatform.egg-info/* +*~ +coverage.xml +env +docs/build +html +htmlcov +examples/media/pygments/[A-Za-z0-9]* +examples/media/objectstore/[A-Za-z0-9]* +build/* +dist/* +xmlrunner/* +djangorestframework.egg-info/* +MANIFEST +.project +.pydevproject +.settings +.cache +.coverage +.tox +.DS_Store |
