diff options
| author | Tom Christie | 2012-09-05 10:57:30 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-05 10:57:30 +0100 |
| commit | a33ac84f48da2064c82a7e40a0d045da992a33ed (patch) | |
| tree | ef9d76c098e654b975bb62a5d0c85bd02473a209 | |
| parent | 1eacc17957f3e50a917b1def96ec292510f5474d (diff) | |
| download | django-rest-framework-a33ac84f48da2064c82a7e40a0d045da992a33ed.tar.bz2 | |
Clean up .gitignore
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -3,15 +3,11 @@ *~ .* -coverage.xml -env -docs/build -html -htmlcov -build/* -dist/* -xmlrunner/* -djangorestframework.egg-info/* +html/ +coverage/ +build/ +dist/ +djangorestframework.egg-info/ MANIFEST !.gitignore |
