69 lines
622 B
Plaintext
69 lines
622 B
Plaintext
# Build directories
|
|
build/
|
|
Build/
|
|
cmake-build-*/
|
|
|
|
# CMake files
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
*.cmake
|
|
!CMakeLists.txt
|
|
!toolchain-*.cmake
|
|
|
|
# Output files
|
|
*.elf
|
|
*.hex
|
|
*.bin
|
|
*.map
|
|
*.lst
|
|
*.o
|
|
*.d
|
|
*.su
|
|
|
|
# Keil MDK-ARM files
|
|
*.uvguix.*
|
|
*.uvoptx
|
|
*.bak
|
|
*.dep
|
|
*.crf
|
|
*.lnp
|
|
*.axf
|
|
*.htm
|
|
*.plg
|
|
*.tra
|
|
*.iex
|
|
user/MDK-ARM/DebugConfig/
|
|
user/MDK-ARM/output/
|
|
user/MDK-ARM/list/
|
|
user/MDK-ARM/Listings/
|
|
user/MDK-ARM/Objects/
|
|
user/MDK-ARM/RTE/
|
|
|
|
# IAR files
|
|
*.eww
|
|
*.ewd
|
|
*.ewp
|
|
*.dep
|
|
*.dni
|
|
*.wsdt
|
|
*.xcl
|
|
Debug/
|
|
Release/
|
|
|
|
# IDE files
|
|
.vs/
|
|
*.code-workspace
|
|
.idea/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|