Skip to content

Instantly share code, notes, and snippets.

@xBLACKICEx
Last active May 24, 2025 17:44
Show Gist options
  • Save xBLACKICEx/be67009a87c713eaced6f098536ef371 to your computer and use it in GitHub Desktop.
Save xBLACKICEx/be67009a87c713eaced6f098536ef371 to your computer and use it in GitHub Desktop.
stm32CubeMX cmake project gitignore
#settings
.settings/
#metadata
.metadata/
#Debug & build
Debug/
debug/
Release/
release
build/
cmake-build-debug/
CMakeFiles/
cmake/
.cmake/
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.bin
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Stm32CubeMX
.mxproject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment