From 03e2bf2748472a995bfc997f4fd4f011f5950c6d Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:33:45 -0500 Subject: [PATCH] git: update gitignore for cmake stuff --- .gitignore | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c90802d..99352dd 100755 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,19 @@ *.json *.ps1 +# ---> CMake +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +build + # Extras .vs* -build -bin \ No newline at end of file