summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2009-09-14 14:58:01 -0700
committerArmin Ronacher <armin.ronacher@active-4.com>2009-09-14 14:58:01 -0700
commit9e6400e513c8795116e780f58709ffa65b2dc975 (patch)
treee7ae36aabd57d051aca8e7a886bdf88bf755ba65 /.hgignore
parente7c72bc235c96dd63abf23a0698f45f79873edf3 (diff)
downloadjinja2-9e6400e513c8795116e780f58709ffa65b2dc975.tar.gz
fixes some smaller problems for Jinja2 on Jython.2.2.1
--HG-- branch : trunk
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 7a1b935..d5acae4 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,6 +4,7 @@
^docs/_build
^(build|dist|Jinja2\.egg-info)/
\.py[co]$
+\$py\.class$
\.DS_Store$
-^env/
+^j?env/
^py3k/