windows/.gitignore: Simplify by removing build artefacts.

Since all output is now in the build-<variant>/ directory, which is already
excluded by the root .gitignore, we don't need to repeat that.
This commit is contained in:
stijn 2022-11-29 16:59:43 +01:00 committed by Damien George
parent 9c7ff87643
commit f6f177807f

View File

@ -2,10 +2,6 @@
*.*sdf
*.suo
*.sln
*.exe
*.pdb
*.ilk
*.filters
/build/*
.vs/*
*.VC.*db