From: Felipe Gasper Date: Wed, 16 Mar 2022 03:15:48 +0000 (-0400) Subject: Use wildcards in .gitignore so as to match newly-added tests. X-Git-Tag: 1.8.2-rc.1~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f1ca75399a48e3b215ccf4a09bb196adc64e7a;p=thirdparty%2Fldns.git Use wildcards in .gitignore so as to match newly-added tests. --- diff --git a/.gitignore b/.gitignore index 906e2876..1e027f60 100644 --- a/.gitignore +++ b/.gitignore @@ -194,44 +194,8 @@ /sha2.o /str2host.lo /str2host.o -/test/.done-01-compile -/test/.done-02-lint -/test/.done-03-run -/test/.done-04-run-normal -/test/.done-05-iana-rr-types -/test/.done-07-compile-examples -/test/.done-08-zonereader -/test/.done-09-doc-check -/test/.done-12-unit-tests-dnssec -/test/.done-13-unit-tests-base -/test/.done-14-read-zone -/test/.done-15-unit-tests-rrtypes -/test/.done-16-compile-builddir -/test/.done-17-stub-resolver -/test/.done-18-drill-tests1 -/test/.done-19-keygen -/test/.done-20-sign-zone -/test/.done-30-load-pyldns -/test/.done-31-load-pyldnsx -/test/.done-32-unbound-1.4.20-regression -/test/.done-33-wget-compile-test-unbound-latest -/test/.done-999-compile-nossl -/test/.done-codingstyle -/test/result.02-lint -/test/result.03-run -/test/result.04-run-normal -/test/result.05-iana-rr-types -/test/result.08-zonereader -/test/result.09-doc-check -/test/result.12-unit-tests-dnssec -/test/result.13-unit-tests-base -/test/result.14-read-zone -/test/result.15-unit-tests-rrtypes -/test/result.17-stub-resolver -/test/result.18-drill-tests1 -/test/result.19-keygen -/test/result.20-sign-zone -/test/result.codingstyle +/test/.done-* +/test/result.* /tsig.lo /tsig.o /update.lo