From f4dd3c4c0073410da6ca4b054c310cdbc6b27d20 Mon Sep 17 00:00:00 2001 From: Miguel Zuniga Date: Sat, 26 Mar 2022 23:25:25 -0400 Subject: [PATCH] Improved the gitignore. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 61f4abe..17a08cb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,10 @@ /bin/ # MZ ingnore every direcotry with these names CMakeFiles/ +# MZ ignore every makefile - currently the are made by running cmake +**/Makefile +# MZ ignore another one of those file generated by cmake +**/cmake_install.cmake # User-specific files *.suo @@ -37,6 +41,7 @@ bld/ # Visual Studio 2015 cache/options directory .vs/ +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/