From: Jim Jagielski Date: Wed, 3 Jun 2026 17:52:16 +0000 (+0000) Subject: Hold-over from development on git X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=824f196fc9a02e4021a853c0de937dac43ad49ab;p=thirdparty%2Fapache%2Fhttpd.git Hold-over from development on git git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934942 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/pytest_suite/.gitignore b/test/pytest_suite/.gitignore deleted file mode 100644 index d17b4c2c1f..0000000000 --- a/test/pytest_suite/.gitignore +++ /dev/null @@ -1,39 +0,0 @@ -# Python environment / caches -.venv/ -.env -__pycache__/ -*.pyc -.pytest_cache/ -.ruff_cache/ - -# C-module build artifacts (regenerated by apxs at run time) -c-modules/apache_httpd_test.h -c-modules/Makefile -c-modules/*/.libs/ -c-modules/*/Makefile -c-modules/*/*.slo -c-modules/*/*.lo -c-modules/*/*.la -c-modules/*/*.o - -# Generated httpd config (produced from t/conf/*.conf.in at run time) -t/conf/*.conf -t/conf/mime.types -t/conf/cacheroot/ -t/conf/apache_test_config.pm - -# Generated SSL CA / certs and passphrase helper -t/conf/ssl/ca/ -t/conf/ssl/*.conf -t/conf/ssl/*.pl - -# Generated helper scripts (produced from t/htdocs/**/*.PL at run time) -t/htdocs/**/*.pl -t/htdocs/modules/access/htaccess/.htaccess - -# Runtime state / logs (server pid, error_log, cgid socket, php-fpm, ...) -t/logs/ -t/state/ -t/php-fpm/log/ -t/php-fpm/run/ -t/php-fpm/var/