From 376a638425baf6b0677e54b3f1f802cea485f3c0 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 9 Nov 2015 20:58:17 -0800 Subject: Make executable paths rooted so that the blastem subdir in the android tree does not get ignored --- .hgignore | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.hgignore b/.hgignore index 972e301..37f2780 100644 --- a/.hgignore +++ b/.hgignore @@ -43,15 +43,18 @@ sdl *.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 + -- cgit v1.2.3