diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-05 19:34:53 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-05 19:34:53 -0800 |
commit | 60767a3836d45fc830f6f6583e8c5dca331901db (patch) | |
tree | 11230a3a7e9975bd016afc6e5b09d8fc187f9716 /.hgignore | |
parent | 601bd815b375de21373d1259f5220f992289e40a (diff) |
Ignore more stuff in hgignore
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -7,15 +7,19 @@ syntax: glob *.pdf *.tar.gz *.list +*.wav +*.z80 *~ +arrow.png +font_interlace_variable.png starscream/* -gxz80/* +gxz80 musashi/* vdpreverse/* nemesis/* html/* generated_tests/* -ztests/* +ztests glew/* lib/* android/obj @@ -46,5 +50,8 @@ stateview trans zdis ztestrun - +vgmplay +vgmsplit log*.txt +*report*.txt +output*.txt |