Update .gitignore (#3136)

pull/3137/head
Matt. 6 months ago committed by GitHub
parent 4812573246
commit 309d4ebc96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
.gitignore vendored

@ -74,12 +74,12 @@ venv/
# PyTest files # PyTest files
.pytest_cache/ .pytest_cache/
tests/**/binaries/*.o tests/binaries/**/*.o
tests/**/binaries/*.out tests/binaries/**/*.out
tests/**/binaries/gosample.x* tests/binaries/**/gosample.x*
tests/**/binaries/div_zero_binary/core tests/binaries/**/div_zero_binary/core
tests/**/binaries/div_zero_binary/binary tests/binaries/**/div_zero_binary/binary
!tests/**/binaries/*.go !tests/binaries/**/*.go
# QEMU test images # QEMU test images
tests/library/qemu-system/kimages tests/library/qemu-system/kimages

Loading…
Cancel
Save