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:
parent
9c7ff87643
commit
f6f177807f
4
ports/windows/.gitignore
vendored
4
ports/windows/.gitignore
vendored
@ -2,10 +2,6 @@
|
||||
*.*sdf
|
||||
*.suo
|
||||
*.sln
|
||||
*.exe
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.filters
|
||||
/build/*
|
||||
.vs/*
|
||||
*.VC.*db
|
||||
|
Loading…
Reference in New Issue
Block a user