From: Aki Tuomi Date: Mon, 9 Nov 2020 07:04:36 +0000 (+0200) Subject: .gitignore: Ignore coverage and temp files X-Git-Tag: 2.3.14.rc1~343 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0725865f9c16afea22edbf7e390d0a464ac7976b;p=thirdparty%2Fdovecot%2Fcore.git .gitignore: Ignore coverage and temp files --- diff --git a/.gitignore b/.gitignore index 4fe152f348..08640f030c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ Makefile.in *.la *.orig *.rej +*.gcno +*.gcda +*.tmp .deps .libs .idea