2018-01-18 07:36:33 +00:00
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
*.ko
|
|
|
|
*.obj
|
|
|
|
*.elf
|
|
|
|
|
|
|
|
# Linker output
|
|
|
|
*.ilk
|
|
|
|
*.map
|
|
|
|
*.exp
|
|
|
|
|
|
|
|
# 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-18 00:31:57 +01:00
|
|
|
# Switch Executables
|
|
|
|
*.nso
|
|
|
|
*.nro
|
|
|
|
*.nacp
|
|
|
|
*.pfs0
|
|
|
|
|
2018-01-18 07:36:33 +00: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-18 23:02:37 +00:00
|
|
|
|
2018-02-25 20:41:16 +00:00
|
|
|
.**/
|
2018-02-23 12:13:18 +00:00
|
|
|
|
2018-02-25 20:41:16 +00:00
|
|
|
exosphere/bpmpfw/out/**
|
|
|
|
exosphere/bpmpfw/build/**
|
|
|
|
exosphere/build/**
|
|
|
|
exosphere/out/**
|
2018-04-08 04:44:32 +01:00
|
|
|
fusee/fusee-primary/out/**
|
|
|
|
fusee/fusee-primary/build/**
|
|
|
|
fusee/fusee-secondary/out/**
|
|
|
|
fusee/fusee-secondary/build/**
|
|
|
|
fusee/fusee-tertiary/out/**
|
|
|
|
fusee/fusee-tertiary/build/**
|
2018-03-14 20:14:02 +00:00
|
|
|
fusee/out/**
|
|
|
|
fusee/build/**
|
2018-04-18 00:26:28 +01:00
|
|
|
stratosphere/loader/out/**
|
|
|
|
stratosphere/loader/build/**
|
2018-04-22 04:17:57 +01:00
|
|
|
stratosphere/sm/out/**
|
|
|
|
stratosphere/sm/build/**
|
2018-05-03 10:14:48 +01:00
|
|
|
stratosphere/pm/out/**
|
|
|
|
stratosphere/pm/build/**
|
2018-05-01 17:58:19 +01:00
|
|
|
stratosphere/boot/out/**
|
|
|
|
stratosphere/boot/build/**
|
|
|
|
stratosphere/boot2/out/**
|
|
|
|
stratosphere/boot2/build/**
|