27 lines
267 B
Plaintext
27 lines
267 B
Plaintext
|
# gitignore template for libnx projects
|
||
|
# repository: https://github.com/switchbrew/libnx
|
||
|
|
||
|
# Prerequisites
|
||
|
*.d
|
||
|
|
||
|
# Compiled Object files
|
||
|
*.o
|
||
|
|
||
|
# Linker output
|
||
|
*.map
|
||
|
*.lst
|
||
|
|
||
|
# Executables
|
||
|
*.elf
|
||
|
*.kip
|
||
|
*.nro
|
||
|
*.nso
|
||
|
|
||
|
# Metadata
|
||
|
*.nacp
|
||
|
*.npdm
|
||
|
|
||
|
# Containers
|
||
|
*.pfs0
|
||
|
*.nsp
|
||
|
*.bz2
|