34 lines
295 B
Plaintext
34 lines
295 B
Plaintext
# FreeRTOS directories managed by setup script
|
|
freertos/FreeRTOS/
|
|
freertos/FreeRTOS-Kernel/
|
|
|
|
# Certificate files
|
|
certs/
|
|
|
|
|
|
# Build directory
|
|
build/
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|