From a1e5a7d95ac8b89469e26807924dde1632987b05 Mon Sep 17 00:00:00 2001 From: incredibleLeitman Date: Wed, 18 Nov 2020 15:32:01 +0100 Subject: [PATCH] ignoring windows specific build environment --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index e257658..309a330 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,11 @@ *.out *.app +# VS project +*.vcxproj* +*.sln +Debug +Release + +# additional win includes +SFML-2.5.1