diff options
author | Stefan Eissing <icing@apache.org> | 2022-03-30 15:47:44 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-03-30 15:47:44 +0200 |
commit | db0b3af8562684917ccc7aa84fc3ac5152749e44 (patch) | |
tree | 6609aea5f0be5a8d8dd92612c493c3fc1b80e479 /.gitignore | |
parent | *) test: verify that HTTP/2 response carry `Date` and (diff) | |
download | apache2-db0b3af8562684917ccc7aa84fc3ac5152749e44.tar.xz apache2-db0b3af8562684917ccc7aa84fc3ac5152749e44.zip |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 292b4ef3b7..d612e955f7 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 |