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] 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/