add cmake to .gitignore

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-04-10 21:48:52 +02:00
parent 48b296b900
commit e94aeb7942

11
.gitignore vendored
View File

@@ -5,6 +5,17 @@ sdkconfig
sdkconfig.old
dependencies.lock
# cmake
cmake-build-debug
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
CMakeFiles/
CTestTestfile.cmake
Makefile
CMakeScripts
compile_commands.json
# They ignored Idea (Webstorm) completely
.idea/
.cache/