From 7fff1fb7c54081a1538396acd72357c68db3554e Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Fri, 7 Jun 2019 22:26:36 +0200 Subject: [PATCH] Ignore compiled object files and executables --- tests/fuzz/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/fuzz/.gitignore diff --git a/tests/fuzz/.gitignore b/tests/fuzz/.gitignore new file mode 100644 index 000000000..6fcc004b7 --- /dev/null +++ b/tests/fuzz/.gitignore @@ -0,0 +1,10 @@ +*.o +fuzz_client +fuzz_dtlsclient +fuzz_dtlsserver +fuzz_privkey +fuzz_pubkey +fuzz_server +fuzz_x509crl +fuzz_x509crt +fuzz_x509csr