mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-09 07:00:32 +00:00
Ignore compiled object files and executables
This commit is contained in:
parent
a8210b3b98
commit
7fff1fb7c5
10
tests/fuzz/.gitignore
vendored
Normal file
10
tests/fuzz/.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
*.o
|
||||||
|
fuzz_client
|
||||||
|
fuzz_dtlsclient
|
||||||
|
fuzz_dtlsserver
|
||||||
|
fuzz_privkey
|
||||||
|
fuzz_pubkey
|
||||||
|
fuzz_server
|
||||||
|
fuzz_x509crl
|
||||||
|
fuzz_x509crt
|
||||||
|
fuzz_x509csr
|
Loading…
Reference in a new issue