diff --git a/.gitignore b/.gitignore index ebb6ee3..c6f25f0 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,17 @@ # Executables *.exe *.out -*.app \ No newline at end of file +*.app + +#Visual Studio +.vs +*.sln +*.json +**/Debug +**/Release +*.vcxproj* + +#CMakeFiles +**/CMakeFiles +*.cmake +CMakeCache.txt