.gitignore: simplify build dir match
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
abbf658211
commit
f342cc6903
10
.gitignore
vendored
10
.gitignore
vendored
@ -4,14 +4,8 @@
|
|||||||
|
|
||||||
# Build Output
|
# Build Output
|
||||||
/dist
|
/dist
|
||||||
/Debug/amd64
|
/Debug
|
||||||
/Debug/arm
|
/Release
|
||||||
/Debug/arm64
|
|
||||||
/Debug/x86
|
|
||||||
/Release/amd64
|
|
||||||
/Release/arm
|
|
||||||
/Release/arm64
|
|
||||||
/Release/x86
|
|
||||||
|
|
||||||
# Static Driver Verifier Output
|
# Static Driver Verifier Output
|
||||||
/sdv
|
/sdv
|
||||||
|
Loading…
Reference in New Issue
Block a user