From 2f220652f750c638b52641250bb8ade4be304b70 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Sun, 18 Aug 2024 14:48:07 -0500 Subject: [PATCH] gitignore all the project generated stuff that shouldn't be in the repo. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index a0e1d81..1e8415f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,11 @@ vs-build /copy_data.vcxproj.filters /hamster.vcxproj /hamster.vcxproj.filters +/ALL_BUILD.vcxproj +/ALL_BUILD.vcxproj.filters +/ZERO_CHECK.vcxproj +/ZERO_CHECK.vcxproj.filters +/hamster.sln +/.vs +/CMakeCache.txt +/cmake_install.cmake