.hgignore
changeset 2020 143c8e4dc22d
parent 1695 77df6101d3b5
parent 1882 b6f934ed3570
child 2080 b26a1f061ac8
--- a/.hgignore	Thu Feb 23 15:19:31 2017 +0100
+++ b/.hgignore	Thu Mar 02 18:07:46 2017 +0100
@@ -1,5 +1,15 @@
-syntax: glob
-*.orig
-*.pyc
-tests/*.err
-tests/.testtimes
+syntax: re
+/figures/[^/]+\.png$
+^html/
+\.pyc$
+~$
+\.swp$
+\.orig$
+\.rej$
+\.err$
+^tests/easy_run.sh$
+^build/
+^MANIFEST$
+^docs/tutorials/.*\.rst$
+\.ico$
+tests/\.testtimes