]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* test/pytest_suite: Import/translate gitignore from the svn:ignore orignals. [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 4 Aug 2026 14:51:57 +0000 (14:51 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 4 Aug 2026 14:51:57 +0000 (14:51 +0000)
GitHub: PR #701

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1936869 13f79535-47bb-0310-9956-ffa450edef68

test/pytest_suite/.gitignore [new file with mode: 0644]

diff --git a/test/pytest_suite/.gitignore b/test/pytest_suite/.gitignore
new file mode 100644 (file)
index 0000000..5dedf97
--- /dev/null
@@ -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/
+