# HG changeset patch # User Michael Pavone # Date 1447131497 28800 # Node ID 2e3169c141dd606cd8d40f253a809c4b304b9a15 # Parent 540cc4a7d626482049b0a158725484b559b6df93 Make executable paths rooted so that the blastem subdir in the android tree does not get ignored diff -r 540cc4a7d626 -r 2e3169c141dd .hgignore --- 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 +