aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorTom Christie2011-03-22 22:48:59 +0000
committerTom Christie2011-03-22 22:48:59 +0000
commit3acedec771bc2ca2afcbcc99a529ac1b309929f0 (patch)
tree81fe63fb8ac5344d78f037444286de078b11f7d1 /.hgignore
parentb4a076c8226223bb650605f4d04609f1f59b5913 (diff)
downloaddjango-rest-framework-3acedec771bc2ca2afcbcc99a529ac1b309929f0.tar.bz2
Fix some examples
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 1b63b944..49cc6236 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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/*