changeset 880:0e4e9ea2d18d

Another .hgignore fix and add the symlink to menu.bin in android/assets
author Michael Pavone <pavone@retrodev.com>
date Mon, 09 Nov 2015 21:26:47 -0800
parents a77670cd178d
children 415bb1911bd2
files .hgignore android/assets/menu.bin
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Nov 09 21:26:25 2015 -0800
+++ b/.hgignore	Mon Nov 09 21:26:47 2015 -0800
@@ -1,7 +1,6 @@
 syntax: glob
 *.dis
 *.asm
-*.bin
 *.md
 *.jpg
 *.pdf
@@ -57,4 +56,5 @@
 ^ztestrun
 ^vgmplay
 ^vgmsplit
+^[^/]*\.bin
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/android/assets/menu.bin	Mon Nov 09 21:26:47 2015 -0800
@@ -0,0 +1,1 @@
+../../menu.bin
\ No newline at end of file