svn commit: r1936969 - httpd/httpd/trunk/test/pytest_suite
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178611191861.3589429.9606136813070163050@svn03-he-fi> |
Author: jorton Date: Fri Aug 7 14:11:58 2026 New Revision: 1936969 Log: * 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 <[email protected]> GitHub: PR #701 Modified: httpd/httpd/trunk/test/pytest_suite/.gitignore Modified: httpd/httpd/trunk/test/pytest_suite/.gitignore ============================================================================== --- httpd/httpd/trunk/test/pytest_suite/.gitignore Fri Aug 7 14:11:24 2026 (r1936968) +++ httpd/httpd/trunk/test/pytest_suite/.gitignore Fri Aug 7 14:11:58 2026 (r1936969) @@ -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/