From 49990d1d63eb33df98f9bf1478709ee3455cf029 Mon Sep 17 00:00:00 2001 From: T1ckbase <146760065+T1ckbase@users.noreply.github.com> Date: Sun, 5 Apr 2026 03:15:27 +0800 Subject: [PATCH 1/2] Remove trailing whitespace in C++.gitignore --- C++.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C++.gitignore b/C++.gitignore index bdde3b17..7dfc078f 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -49,7 +49,7 @@ CMakeFiles/ CMakeCache.txt cmake_install.cmake Makefile -install_manifest.txt +install_manifest.txt compile_commands.json # Temporary files @@ -66,4 +66,4 @@ vcpkg_installed/ # test output & cache Testing/ -.cache/ \ No newline at end of file +.cache/ From 9ffced6030e31f9b5cdf2de14f2564c35650ed86 Mon Sep 17 00:00:00 2001 From: T1ckbase <146760065+T1ckbase@users.noreply.github.com> Date: Sun, 5 Apr 2026 03:24:04 +0800 Subject: [PATCH 2/2] Remove remaining trailing whitespace in C++.gitignore --- C++.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/C++.gitignore b/C++.gitignore index 7dfc078f..0ba1c630 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -53,10 +53,10 @@ install_manifest.txt compile_commands.json # Temporary files -*.tmp -*.log -*.bak -*.swp +*.tmp +*.log +*.bak +*.swp # vcpkg vcpkg_installed/