From 9a2294459867e5c5c183af49357b9e0ca2fc0596 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 14 Sep 2017 00:47:21 +0200 Subject: [PATCH] gitignore: ignore MinSizeRel build output directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71ee782..cb53ef7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ /Debug/ /ipch/ /lib/ +/MinSizeRel/ /out/ /Release/ /RelWithDebInfo/