svn commit: r1936869 - httpd/httpd/trunk/test/pytest_suite
[email protected] Tue, 04 Aug 2026 14:51:58 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178585511805.2270996.17881116401680457204@svn03-he-fi> |
Author: jorton Date: Tue Aug 4 14:51:57 2026 New Revision: 1936869 Log: * test/pytest_suite: Import/translate gitignore from the svn:ignore orignals. [skip ci] GitHub: PR #701 Added: httpd/httpd/trunk/test/pytest_suite/.gitignore Added: httpd/httpd/trunk/test/pytest_suite/.gitignore ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ httpd/httpd/trunk/test/pytest_suite/.gitignore Tue Aug 4 14:51:57 2026 (r1936869) @@ -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/ +