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
|
*.*sdf
|
||||||
*.suo
|
*.suo
|
||||||
*.sln
|
*.sln
|
||||||
*.exe
|
|
||||||
*.pdb
|
|
||||||
*.ilk
|
|
||||||
*.filters
|
*.filters
|
||||||
/build/*
|
|
||||||
.vs/*
|
.vs/*
|
||||||
*.VC.*db
|
*.VC.*db
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user