Added Visual Studio 2017+ build cruft to Ignore List (.vs/ folder)

This commit is contained in:
omar 2018-07-31 18:48:24 +02:00
parent 671e516377
commit b217251a63

13
examples/.gitignore vendored
View File

@ -1,18 +1,21 @@
build/* build/*
*/Debug/* */Debug/*
*/Release/* */Release/*
*/ipch/*
*/x64/* */x64/*
*.opensdf
*.sdf
*.suo
*.user
*.o *.o
*.obj *.obj
*.exe *.exe
## Visual Studio cruft
.vs/*
*/ipch/*
*.opensdf
*.log *.log
*.pdb *.pdb
*.ilk *.ilk
*.user
*.sdf
*.suo
*.VC.db *.VC.db
*.VC.VC.opendb *.VC.VC.opendb