]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ignore file in git that come from `make check`
authorStefan Eissing <icing@apache.org>
Wed, 30 Mar 2022 13:47:44 +0000 (13:47 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 30 Mar 2022 13:47:44 +0000 (13:47 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899389 13f79535-47bb-0310-9956-ffa450edef68

.gitignore

index 292b4ef3b70be8d86cce7dffea7db1afa4b43372..d612e955f742755f7c3100836be23eaf3a68cb9d 100644 (file)
@@ -368,3 +368,7 @@ Release
 test/__pycache__
 test/*/__pycache__
 test/*/*/__pycache__
+
+# make check
+check
+build/config_vars.out
\ No newline at end of file