diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-09 20:58:17 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-09 20:58:17 -0800 |
commit | 376a638425baf6b0677e54b3f1f802cea485f3c0 (patch) | |
tree | 9a353e68fedb21659b94e667072766a5a53bb0b8 | |
parent | 68d581dbe8a9c96aba2dffb3f8ce98d720ae2e27 (diff) |
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
-rw-r--r-- | .hgignore | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -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 + |