Mercurial > repos > blastem
annotate .hgignore @ 2681:c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 26 Mar 2025 01:20:55 -0700 |
parents | 0e4e9ea2d18d |
children |
rev | line source |
---|---|
147 | 1 syntax: glob |
2 *.dis | |
3 *.asm | |
826 | 4 *.md |
147 | 5 *.jpg |
6 *.pdf | |
7 *.tar.gz | |
615 | 8 *.list |
863
b6f42044c8a7
Ignore more stuff in hgignore
Michael Pavone <pavone@retrodev.com>
parents:
857
diff
changeset
|
9 *.wav |
b6f42044c8a7
Ignore more stuff in hgignore
Michael Pavone <pavone@retrodev.com>
parents:
857
diff
changeset
|
10 *.z80 |
147 | 11 *~ |
863
b6f42044c8a7
Ignore more stuff in hgignore
Michael Pavone <pavone@retrodev.com>
parents:
857
diff
changeset
|
12 arrow.png |
b6f42044c8a7
Ignore more stuff in hgignore
Michael Pavone <pavone@retrodev.com>
parents:
857
diff
changeset
|
13 font_interlace_variable.png |
147 | 14 starscream/* |
863
b6f42044c8a7
Ignore more stuff in hgignore
Michael Pavone <pavone@retrodev.com>
parents:
857
diff
changeset
|
15 gxz80 |
615 | 16 musashi/* |
147 | 17 vdpreverse/* |
18 nemesis/* | |
19 html/* | |
615 | 20 generated_tests/* |
863
b6f42044c8a7
Ignore more stuff in hgignore
Michael Pavone <pavone@retrodev.com>
parents:
857
diff
changeset
|
21 ztests |
826 | 22 glew/* |
23 lib/* | |
2681
c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
Michael Pavone <pavone@retrodev.com>
parents:
880
diff
changeset
|
24 obj/* |
c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
Michael Pavone <pavone@retrodev.com>
parents:
880
diff
changeset
|
25 z80.c |
c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
Michael Pavone <pavone@retrodev.com>
parents:
880
diff
changeset
|
26 z80.h |
c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
Michael Pavone <pavone@retrodev.com>
parents:
880
diff
changeset
|
27 m68k.c |
c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
Michael Pavone <pavone@retrodev.com>
parents:
880
diff
changeset
|
28 m68k.h |
c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
Michael Pavone <pavone@retrodev.com>
parents:
880
diff
changeset
|
29 android/.gradle |
c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
Michael Pavone <pavone@retrodev.com>
parents:
880
diff
changeset
|
30 android/app/build |
c4256ce2c45a
Updated Android port using gradle toolchain and with basic Storage Access Framework support for Android 11+ support
Michael Pavone <pavone@retrodev.com>
parents:
880
diff
changeset
|
31 android/app/jni/SDL |
857
ae2bd9c22855
Updated .hgignore for some android stuff
Michael Pavone <pavone@retrodev.com>
parents:
856
diff
changeset
|
32 android/local.properties |
826 | 33 sdl |
147 | 34 *.o |
649
c86f27f5c5a6
Added HV counter test ROM source
Michael Pavone <pavone@retrodev.com>
parents:
147
diff
changeset
|
35 *.list |
826 | 36 *.eeprom |
37 *.sram | |
38 *.zdis | |
39 *.tiles | |
40 *.dll | |
41 *.exe | |
42 *.orig | |
43 *.gst | |
44 *.log | |
45 *.out | |
46 *.lib | |
47 *.vgm | |
48 log*.txt | |
863
b6f42044c8a7
Ignore more stuff in hgignore
Michael Pavone <pavone@retrodev.com>
parents:
857
diff
changeset
|
49 *report*.txt |
b6f42044c8a7
Ignore more stuff in hgignore
Michael Pavone <pavone@retrodev.com>
parents:
857
diff
changeset
|
50 output*.txt |
877
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
51 |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
52 syntax: regexp |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
53 ^blastem |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
54 ^blastcpm |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
55 ^dis |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
56 ^stateview |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
57 ^trans |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
58 ^zdis |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
59 ^ztestrun |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
60 ^vgmplay |
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
61 ^vgmsplit |
880
0e4e9ea2d18d
Another .hgignore fix and add the symlink to menu.bin in android/assets
Michael Pavone <pavone@retrodev.com>
parents:
877
diff
changeset
|
62 ^[^/]*\.bin |
877
2e3169c141dd
Make executable paths rooted so that the blastem subdir in the android tree does not get ignored
Michael Pavone <pavone@retrodev.com>
parents:
863
diff
changeset
|
63 |