From bd16653e8e6e0803b0324bcfdfeac06233cd4b6f Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 7 Aug 2026 14:11:58 +0000 Subject: [PATCH] * test/pytest_suite/.gitignore: Ignore generated .htaccess files, t/conf/cacheroot/, t/htdocs/modules/autoindex2/, t/htdocs/modules/substitute/test.txt, and t/state/. * test/pytest_suite/t/htdocs/apache/cfg_getline/.htaccess, authz_core/a/.htaccess, authz_core/a/b/.htaccess, authz_core/a/b/c/.htaccess: Remove stale generated content that had been committed by mistake. Assisted-by: Claude Sonnet 5 GitHub: PR #701 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936969 13f79535-47bb-0310-9956-ffa450edef68 --- test/pytest_suite/.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/test/pytest_suite/.gitignore b/test/pytest_suite/.gitignore index 5dedf971e2..ada6cfd53c 100644 --- a/test/pytest_suite/.gitignore +++ b/test/pytest_suite/.gitignore @@ -15,11 +15,28 @@ t/conf/*.conf t/conf/ssl/*.pl t/conf/ssl/*.conf t/conf/ssl/ca +t/conf/cacheroot/ t/logs/ +t/state/ # Generated test scripts t/htdocs/**/*.pl + +# Generated .htaccess files +t/htdocs/apache/cfg_getline/.htaccess +t/htdocs/apache/expr/.htaccess +t/htdocs/authz_core/a/.htaccess +t/htdocs/authz_core/a/b/.htaccess +t/htdocs/authz_core/a/b/c/.htaccess t/htdocs/modules/access/htaccess/.htaccess +t/htdocs/modules/autoindex/htaccess/.htaccess +t/htdocs/modules/autoindex2/ +t/htdocs/modules/dir/htaccess/.htaccess +t/htdocs/modules/expires/htaccess/.htaccess +t/htdocs/modules/headers/htaccess/.htaccess +t/htdocs/modules/setenvif/htaccess/.htaccess +t/htdocs/modules/substitute/.htaccess +t/htdocs/modules/substitute/test.txt # Logs t/php-fpm/log/ -- 2.47.3