wolfBoot-examples/.gitignore

74 lines
689 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
# simuletion files
sim-OTA/*bin
sim-OTA/*dd
sim-OTA/app/*bin
sim-OTA/test_app
sim-OTA/fwserver/fwserver
# vscode
.vscode