Atmosphere/.gitignore

69 lines
586 B
Text
Raw Normal View History

2018-01-18 02:36:33 -05:00
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
*.lst
2018-01-18 02:36:33 -05:00
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
2018-04-17 19:31:57 -04:00
# Switch Executables
*.nso
*.nro
*.nacp
*.pfs0
*.kip
2018-04-17 19:31:57 -04:00
2018-01-18 02:36:33 -05:00
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
.**/
2018-02-23 07:13:18 -05:00
# NOTE: make sure to make exceptions to this pattern when needed!
*.bin
**/out
**/build