diff options
| author | Tom Christie | 2012-08-29 21:28:01 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-08-29 21:28:01 +0100 |
| commit | 4c028445ebc88635da069827d39ae7746f42bf56 (patch) | |
| tree | 1743f2bebc572af3f420bcdbadd68de6bc350e93 /.gitignore | |
| parent | 2af80a48110f0e731f99b2894810bc8d8aacaddc (diff) | |
| download | django-rest-framework-4c028445ebc88635da069827d39ae7746f42bf56.tar.bz2 | |
README linking to docs properly
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,14 +3,11 @@ *~ .* -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/* @@ -18,3 +15,4 @@ djangorestframework.egg-info/* MANIFEST !.gitignore +!.travis.yml |
