From: Stefan Eissing Date: Wed, 30 Mar 2022 13:47:44 +0000 (+0000) Subject: ignore file in git that come from `make check` X-Git-Tag: 2.5.0-alpha2-ci-test-only~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db0b3af8562684917ccc7aa84fc3ac5152749e44;p=thirdparty%2Fapache%2Fhttpd.git ignore file in git that come from `make check` [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899389 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.gitignore b/.gitignore index 292b4ef3b70..d612e955f74 100644 --- a/.gitignore +++ b/.gitignore @@ -368,3 +368,7 @@ Release test/__pycache__ test/*/__pycache__ test/*/*/__pycache__ + +# make check +check +build/config_vars.out \ No newline at end of file