]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Hold-over from development on git
authorJim Jagielski <jim@apache.org>
Wed, 3 Jun 2026 17:52:16 +0000 (17:52 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 3 Jun 2026 17:52:16 +0000 (17:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934942 13f79535-47bb-0310-9956-ffa450edef68

test/pytest_suite/.gitignore [deleted file]

diff --git a/test/pytest_suite/.gitignore b/test/pytest_suite/.gitignore
deleted file mode 100644 (file)
index d17b4c2..0000000
+++ /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/