Added Visual Studio 2017+ build cruft to Ignore List (.vs/ folder)
diff --git a/examples/.gitignore b/examples/.gitignore
index 9ce332b..b9e1bb6 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