diff options
| author | Tom Christie | 2011-03-22 22:48:59 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-03-22 22:48:59 +0000 |
| commit | 3acedec771bc2ca2afcbcc99a529ac1b309929f0 (patch) | |
| tree | 81fe63fb8ac5344d78f037444286de078b11f7d1 /.hgignore | |
| parent | b4a076c8226223bb650605f4d04609f1f59b5913 (diff) | |
| download | django-rest-framework-3acedec771bc2ca2afcbcc99a529ac1b309929f0.tar.bz2 | |
Fix some examples
Diffstat (limited to '.hgignore')
| -rw-r--r-- | .hgignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ env docs/build html htmlcov -examples/media/pygments/* -examples/media/objectstore/* +examples/media/pygments/[A-Za-z0-9]* +examples/media/objectstore/[A-Za-z0-9]* build/* dist/* xmlrunner/* |
