updated igno
This commit is contained in:
parent
44a91d66a3
commit
8ec6f5d1c6
|
@ -0,0 +1,86 @@
|
||||||
|
# ---> C
|
||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
*.ko
|
||||||
|
*.obj
|
||||||
|
*.elf
|
||||||
|
*.e1f
|
||||||
|
*.axf
|
||||||
|
*.de
|
||||||
|
*.cyclo
|
||||||
|
*.list
|
||||||
|
*.mk
|
||||||
|
|
||||||
|
# Linker output
|
||||||
|
*.ilk
|
||||||
|
*.map
|
||||||
|
*.exp
|
||||||
|
*.list
|
||||||
|
*.su
|
||||||
|
|
||||||
|
# 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
|
||||||
|
*.axf
|
||||||
|
*.dep
|
||||||
|
*.d
|
||||||
|
*.o
|
||||||
|
*.dp
|
||||||
|
*.lst
|
||||||
|
*.build_log
|
||||||
|
*.build_log.htm
|
||||||
|
|
||||||
|
|
||||||
|
# Debug files
|
||||||
|
*.dSYM/
|
||||||
|
*.su
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
*.dbgconf
|
||||||
|
*.uvguix.lenovo
|
||||||
|
*.uvoptx
|
||||||
|
*.uvprojx
|
||||||
|
*.build_log.htm
|
||||||
|
*.htm
|
||||||
|
*.map
|
||||||
|
*.lnp
|
||||||
|
*.sct
|
||||||
|
*.crf
|
||||||
|
*.lst
|
||||||
|
|
||||||
|
|
||||||
|
# Kernel Module Compile Results
|
||||||
|
*.mod*
|
||||||
|
*.cmd
|
||||||
|
*.htm
|
||||||
|
*.html
|
||||||
|
.tmp_versions/
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
||||||
|
Mkfile.old
|
||||||
|
dkms.conf
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue