summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-09 20:58:17 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-09 20:58:17 -0800
commit376a638425baf6b0677e54b3f1f802cea485f3c0 (patch)
tree9a353e68fedb21659b94e667072766a5a53bb0b8 /.hgignore
parent68d581dbe8a9c96aba2dffb3f8ce98d720ae2e27 (diff)
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore21
1 files 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
+