Skip to content

Commit

Permalink
- added gitignore to match
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemioUrbina committed Nov 15, 2023
1 parent ede08c9 commit 7743d3c
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
.DS_Store
*.iso
*.ovl
*.o
*.pce
*.sgx
*.sym
*.s
/huc/
/huc/tgemu/tgemu*
/huc/src/huc/huc
/huc/src/huc/huc.exe
/huc/src/isolink/huc.exe
/huc/src/mkit/as/pceas.exe
/huc/src/mkit/as/fujias.exe
/huc/src/mkit/as/nesasm.exe
/huc/src/tools/mml/mml.exe
/huc/src/tools/mod2mml/mod2mml.exe
/huc/src/tools/pcxtool/pcxtool.exe
*.lst

bin
examples/acd/ac_test.iso
examples/sgx/sgx_test.iso
examples/sgx/sgx_test.sgx
examples/shmup/bgm.asm
examples/shmup/mod2mml.log
examples/shmup/shmup.iso

src/huc/huc
src/huc/huc.exe
src/isolink/isolink
src/isolink/isolink.exe
src/mkit/as/fujias
src/mkit/as/fujias.exe
src/mkit/as/nesasm
src/mkit/as/nesasm.exe
src/mkit/as/pceas
src/mkit/as/pceas.exe
src/mkit/as/pngread/pngread.a
src/tools/mml/mml
src/tools/mml/mml.exe
src/tools/mod2mml/mod2mml
src/tools/mod2mml/mod2mml.exe
src/tools/pcxtool/pcxtool
src/tools/pcxtool/pcxtool.exe
src/tools/sym2inc/sym2inc
src/tools/sym2inc/sym2inc.exe
src/tools/wav2vox/wav2vox
src/tools/wav2vox/wav2vox.exe
src/tools/pce2png/pce2png
src/tools/pce2png/pce2png.exe
src/tools/pce2png/pngwrite/pngwrite.a
src/tools/pce2png/pngwrite/pngwrite.lib
tgemu/tgemu*
src/version.h

0 comments on commit 7743d3c

Please sign in to comment.