From: Joe Orton Date: Tue, 4 Aug 2026 14:51:57 +0000 (+0000) Subject: * test/pytest_suite: Import/translate gitignore from the svn:ignore orignals. [skip ci] X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8e969e3d6523ebd07287da4f9eca77e4a8dd66c;p=thirdparty%2Fapache%2Fhttpd.git * test/pytest_suite: Import/translate gitignore from the svn:ignore orignals. [skip ci] GitHub: PR #701 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936869 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/pytest_suite/.gitignore b/test/pytest_suite/.gitignore new file mode 100644 index 0000000000..5dedf971e2 --- /dev/null +++ b/test/pytest_suite/.gitignore @@ -0,0 +1,26 @@ +# C modules build artifacts +c-modules/Makefile +c-modules/apache_httpd_test.h +c-modules/*/.libs/ +c-modules/*/Makefile +c-modules/*/*.slo +c-modules/*/*.lo +c-modules/*/*.la +c-modules/*/*.o + +# Apache Test generated files +t/TEST +t/conf/apache_test_config.pm +t/conf/*.conf +t/conf/ssl/*.pl +t/conf/ssl/*.conf +t/conf/ssl/ca +t/logs/ + +# Generated test scripts +t/htdocs/**/*.pl +t/htdocs/modules/access/htaccess/.htaccess + +# Logs +t/php-fpm/log/ +