初始版本
This commit is contained in:
83
.gitignore
vendored
83
.gitignore
vendored
@@ -1,54 +1,33 @@
|
||||
# ---> C
|
||||
# Prerequisites
|
||||
*.d
|
||||
# This is comment, and ignored by git.
|
||||
|
||||
# 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
|
||||
*.orig
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
*.su
|
||||
*.idb
|
||||
*.pdb
|
||||
|
||||
# Kernel Module Compile Results
|
||||
*.mod*
|
||||
*.cmd
|
||||
.tmp_versions/
|
||||
modules.order
|
||||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
*.o
|
||||
*.bak
|
||||
*.ddk
|
||||
*.edk
|
||||
*.lst
|
||||
*.lnp
|
||||
*.mpf
|
||||
*.mpj
|
||||
*.obj
|
||||
*.omf
|
||||
*.opt
|
||||
*.plg
|
||||
*.rpt
|
||||
*.tmp
|
||||
*.__i
|
||||
*.crf
|
||||
*.o
|
||||
*.d
|
||||
*.axf
|
||||
*.tra
|
||||
*.dep
|
||||
*.iex
|
||||
*.htm
|
||||
*.sct
|
||||
*.map
|
||||
JLinkLog.txt
|
||||
*.bkp
|
||||
*.dtmp
|
||||
~*
|
||||
|
||||
Reference in New Issue
Block a user