From c82a4fc3a2c296abf0dd34250d168c5a96499c6b Mon Sep 17 00:00:00 2001 From: Nikolay Kostov Date: Wed, 21 Dec 2016 11:04:29 +0200 Subject: [PATCH] Added few files and folders to .gitignore which should not be part of the repository when compiling with Visual Studio 2015 --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index e88ce405a..f89abb317 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,17 @@ doc/* VCMI_VS11.sdf *.ipch VCMI_VS11.opensdf + +# Visual Studio +*.suo +*.user +/AI/*/RD +/client/RD +/launcher/RD +/lib/RD +/lib/minizip/RD +/scripting/erm/RD +/server/RD +/test/RD +/VCMI_VS11.VC.opendb +/AI/FuzzyLite.lib