simmel-bootloader/.gitignore

63 lines
500 B
Plaintext
Raw Permalink Normal View History

2018-01-25 10:08:39 +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
2018-02-08 06:38:26 +00:00
#*.hex
2018-01-25 10:08:39 +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-05-25 14:33:47 +00:00
src/segger/Output
2018-08-16 10:49:20 +00:00
_build-*/
bin/
2019-03-13 20:10:49 +00:00
*.emSession
2019-03-19 05:14:52 +00:00
*.jlink
TAGS
_build/