init
This commit is contained in:
68
.gitignore
vendored
Normal file
68
.gitignore
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user