changeset 877:2e3169c141dd

Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
author Michael Pavone <pavone@retrodev.com>
date Mon, 09 Nov 2015 20:58:17 -0800
parents 540cc4a7d626
children 9f1c76714f87
files .hgignore
diffstat 1 files changed, 12 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Nov 09 20:55:17 2015 -0800
+++ b/.hgignore	Mon Nov 09 20:58:17 2015 -0800
@@ -43,15 +43,18 @@
 *.out
 *.lib
 *.vgm
-blastem
-blastcpm
-dis
-stateview
-trans
-zdis
-ztestrun
-vgmplay
-vgmsplit
 log*.txt
 *report*.txt
 output*.txt
+
+syntax: regexp
+^blastem
+^blastcpm
+^dis
+^stateview
+^trans
+^zdis
+^ztestrun
+^vgmplay
+^vgmsplit
+