diff options
| author | Tom Christie | 2015-02-09 17:47:59 +0000 |
|---|---|---|
| committer | Tom Christie | 2015-02-09 17:47:59 +0000 |
| commit | 1a087c8c5bac6f157979ef9ff540c0eb23848fb4 (patch) | |
| tree | 3ba0bdc1bbb21fcb7e36c37cd6170112c94a7054 /.gitignore | |
| parent | b2939c157d32e604e10099be891e382d8c54bbec (diff) | |
| download | django-rest-framework-1a087c8c5bac6f157979ef9ff540c0eb23848fb4.tar.bz2 | |
Fix .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -3,18 +3,14 @@ *~ .* -site/ -htmlcov/ -coverage/ -build/ -dist/ -*.egg-info/ +/site/ +/htmlcov/ +/coverage/ +/build/ +/dist/ +/*.egg-info/ +/env/ MANIFEST -bin/ -include/ -lib/ -local/ - !.gitignore !.travis.yml |
