mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
45 lines
439 B
Plaintext
45 lines
439 B
Plaintext
/firmware/application/fox.bmp
|
|
/firmware/application/fox_rle.bmp
|
|
/firmware/test.wav
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Other compiler/linker outputs
|
|
*.elf
|
|
*.map
|
|
*.lst
|
|
.dep/
|
|
build/
|
|
|
|
# Debugging
|
|
.gdbinit*
|
|
|
|
# Host OS turds
|
|
.DS_Store
|