diff --git a/C++.gitignore b/C++.gitignore index bdde3b171b..0ba1c630d8 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -49,14 +49,14 @@ CMakeFiles/ CMakeCache.txt cmake_install.cmake Makefile -install_manifest.txt +install_manifest.txt compile_commands.json # Temporary files -*.tmp -*.log -*.bak -*.swp +*.tmp +*.log +*.bak +*.swp # vcpkg vcpkg_installed/ @@ -66,4 +66,4 @@ vcpkg_installed/ # test output & cache Testing/ -.cache/ \ No newline at end of file +.cache/