From b217251a63205d30f4181a33ec81b0398702f0bd Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 31 Jul 2018 18:48:24 +0200 Subject: [PATCH] Added Visual Studio 2017+ build cruft to Ignore List (.vs/ folder) --- examples/.gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/examples/.gitignore b/examples/.gitignore index 9ce332bc..b9e1bb62 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,18 +1,21 @@ build/* */Debug/* */Release/* -*/ipch/* */x64/* -*.opensdf -*.sdf -*.suo -*.user *.o *.obj *.exe + +## Visual Studio cruft +.vs/* +*/ipch/* +*.opensdf *.log *.pdb *.ilk +*.user +*.sdf +*.suo *.VC.db *.VC.VC.opendb