From 1042ab85b1065e2b06784ab65f92a1e725b03c6d Mon Sep 17 00:00:00 2001 From: Goulven Guinel Date: Sun, 9 Nov 2025 08:17:40 +0900 Subject: [PATCH] Add *.cmake to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e026ad3..86da8f0 100644 --- a/.gitignore +++ b/.gitignore @@ -42,7 +42,7 @@ CMakeFiles CMakeScripts Testing Makefile -cmake_install.cmake +*.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake