gitignore: ignore MinSizeRel build output directory

This commit is contained in:
Bert Belder 2017-09-14 00:47:21 +02:00
parent 6e92f49be1
commit 9a22944598

1
.gitignore vendored
View File

@ -30,6 +30,7 @@
/Debug/ /Debug/
/ipch/ /ipch/
/lib/ /lib/
/MinSizeRel/
/out/ /out/
/Release/ /Release/
/RelWithDebInfo/ /RelWithDebInfo/