--- update gitignore bin

This commit is contained in:
Yunhorn 2024-07-12 15:21:15 +08:00
parent 9579c47f39
commit 2865471994
2 changed files with 89 additions and 0 deletions

89
.gitignore vendored Normal file
View File

@ -0,0 +1,89 @@
# ---> C
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.e1f
*.axf
*.de
*.cyclo
*.list
*.mk
*.settings.xml
*.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
*.hex
*.axf
*.out
*.app
*.i*86
*.x86_64
*.dep
*.d
*.o
*.dp
*.lst
*.elf
*.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
*.cyclo
*.settings.*

Binary file not shown.