From d2eb8634eb7358a51b4b874cab939c6e13bfab40 Mon Sep 17 00:00:00 2001 From: "Colin B." Date: Mon, 15 Jul 2024 16:40:06 -0700 Subject: [PATCH] Update gitignore for CMake stuff * Used template: https://github.com/github/gitignore/blob/main/CMake.gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 74211b7..f9a37ee 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,17 @@ build/ viewer/node_modules rust/Cargo.lock rust/target + +# CMake ignores from github.com/github/gitignore/ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +CMakeUserPresets.json