diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-08-05 23:20:13 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-08-05 23:20:13 -0700 |
commit | 97a997c68c40b1bbddc9cc1e67f4ff7747f34887 (patch) | |
tree | 470e5f6960f3a7fb20dba5eced01c54aaf265a43 | |
parent | 167eb95b3a3d62781ddb8ab4754e0b5d0d8ae6d0 (diff) |
Update hgignore
-rw-r--r-- | .hgignore | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -2,6 +2,7 @@ syntax: glob *.dis *.asm *.bin +*.md *.png *.jpg *.pdf @@ -16,12 +17,29 @@ nemesis/* html/* generated_tests/* ztests/* +glew/* +lib/* +sdl *.o *.list +*.eeprom +*.sram +*.zdis +*.tiles +*.dll +*.exe +*.orig +*.gst +*.log +*.out +*.lib +*.vgm blastem +blastcpm dis stateview trans zdis ztestrun -address.log + +log*.txt |