From 352a9315b4195c2f41c2edf1a0f26d440d1defd1 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 20 Feb 2013 12:47:19 +0000 Subject: [PATCH] Ignore generated files under web and also the transposition directories. --- .hgignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.hgignore b/.hgignore index a821b48..14a5008 100644 --- a/.hgignore +++ b/.hgignore @@ -10,5 +10,7 @@ syntax: glob syntax: regexp build/ graphics/ -web/Morris/ -web/Session/ +web/Morris.*/ +web/Session.*/ +Morris-.* +Session-.*