mirror of https://github.com/wolfSSL/wolfBoot.git
108 lines
1.3 KiB
Plaintext
108 lines
1.3 KiB
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
|
|
*.rom
|
|
*.bin
|
|
*.efi
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
*.gdb
|
|
|
|
# automatically generated keys
|
|
*.der
|
|
*.pem
|
|
*.sig
|
|
|
|
# automatically generated source files
|
|
src/ed25519_pub_key.c
|
|
src/ecc256_pub_key.c
|
|
src/rsa2048_pub_key.c
|
|
src/rsa4096_pub_key.c
|
|
|
|
# keygen binaries
|
|
tools/keytools/sign
|
|
tools/keytools/sign.exe
|
|
tools/keytools/keygen
|
|
tools/keytools/keygen.exe
|
|
tools/keytools/x64
|
|
tools/keytools/Debug
|
|
tools/keytools/Release
|
|
|
|
# delta binaries
|
|
tools/delta/bmdiff
|
|
tools/delta/bmpatch
|
|
|
|
# Vim swap files
|
|
.*.swp
|
|
|
|
# emacs backups
|
|
**~
|
|
|
|
# tags etc.
|
|
cscope.out
|
|
tags
|
|
|
|
# Generated files
|
|
.wolfboot-config
|
|
include/target.h
|
|
.wolfboot-arch-offset
|
|
.wolfboot-offset
|
|
.wolfboot-partition-size
|
|
.bootloader-partition-size
|
|
|
|
# Test tools
|
|
tools/test-expect-version/test-expect-version
|
|
tools/test-update-server/server
|
|
tools/uart-flash-server/ufserver
|
|
tools/unit-tests/unit-parser
|
|
tools/bin-assemble/bin-assemble
|
|
config/*.ld
|
|
|
|
# Generated confiuguration file
|
|
.config
|
|
.vs
|
|
*.filters
|
|
*.user
|
|
|
|
# IAR files not under version control
|
|
IDE/IAR/settings
|
|
IDE/IAR/*.ewt
|