Ignore patterns for local development in CMake

This commit is contained in:
Harold Brenes
2025-09-29 16:04:30 -04:00
parent 6d9ace4a2c
commit 9425954861

5
.gitignore vendored
View File

@@ -302,3 +302,8 @@ misc/featuregen/featuregen
.cache/
.clangd
compile_commands.json
# Dev cmake helpers
build/
cmake-build*/
CMakeLists.txt