summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-03-30 13:47:44 +0000
committerStefan Eissing <icing@apache.org>2022-03-30 13:47:44 +0000
commitdb0b3af8562684917ccc7aa84fc3ac5152749e44 (patch)
tree6609aea5f0be5a8d8dd92612c493c3fc1b80e479 /.gitignore
parent6815cf7d449b5b625d11f2ed0557df30dc625818 (diff)
downloadhttpd-db0b3af8562684917ccc7aa84fc3ac5152749e44.tar.gz
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--.gitignore4
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