67 lines
569 B
Plaintext
67 lines
569 B
Plaintext
# 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
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
*.gdb
|
|
|
|
|
|
# Vim swap files
|
|
.*.swp
|
|
|
|
# Contiki patch guard
|
|
.contiki_patched
|
|
|
|
# Downloaded files
|
|
*.zip
|
|
|
|
# Third party software
|
|
contiki-nrf52/nrf5x-softdevice
|
|
|
|
# ota-server configuration file
|
|
contiki-nrf52/ota-server/mac.txt
|
|
|
|
# tags etc.
|
|
cscope.out
|
|
tags
|
|
|
|
|