From 02c059a85794021a167d64eedc6d5e074130dc6f Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Thu, 30 May 2019 11:19:15 +0200 Subject: [PATCH] * .gitignore: Update gitignore file --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 41a32eef..9a845de8 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,11 @@ tests/*.log tests/*.trs testenv/*.log testenv/*.trs +fuzz/* +!fuzz/*.* +fuzz/*.o +fuzz/*.log +fuzz/*.trs # build-aux/ build-aux/.gitignore build-aux/ar-lib @@ -60,6 +65,7 @@ po/Makevars po/POTFILES po/wget.pot po/stamp-po +po/remove-potcdate.sed # src/ src/.deps/ src/Makefile @@ -88,9 +94,16 @@ testenv/Makefile.in tests/Makefile tests/Makefile.in tests/unit-tests +tests/unit-tests.o +tests/.deps/ +tests/certs/interca.conf +tests/certs/rootca.conf # util/ util/Makefile util/Makefile.in +# fuzz/ +fuzz/.deps/ +fuzz/Makefile.in # others /tags /cscope.out