CMake (+VSCode)

This commit is contained in:
Attila Body 2025-05-26 21:19:38 +02:00
parent 01a3e1b6e5
commit 0159a9cb45
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
21 changed files with 1073 additions and 538 deletions

29
.gitignore vendored
View file

@ -1,11 +1,18 @@
Release/
Debug/
.ino.cpp
*.d
*.bak
*.tmp
*.stl
.settings/
Debug_AVaRICE/
.metadata/
**/.idea/workspace.xml
/build/
/.cache/
CMakeFiles/
Backup/
build.ninja
CMakeCache.txt
cmake_install.cmake
compile_commands.json
.clangd
# eclipse
.*project.bak
/.settings/*
/*.launch
/Debug/
/Release/
/config_*/