gitignore all the project generated stuff that shouldn't be in the repo.

main
sigonasr2 3 months ago
parent 3fa04c7e2f
commit 2f220652f7
  1. 8
      .gitignore

8
.gitignore vendored

@ -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

Loading…
Cancel
Save