From: Stefan Eissing Date: Tue, 1 Feb 2022 10:08:06 +0000 (+0000) Subject: *) test: adding some more patterns to gitignore X-Git-Tag: 2.5.0-alpha2-ci-test-only~527 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4dc9324a2002fb688a51d21f754f752744c3fcf8;p=thirdparty%2Fapache%2Fhttpd.git *) test: adding some more patterns to gitignore git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897647 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.gitignore b/.gitignore index 2970e540bd0..292b4ef3b70 100644 --- a/.gitignore +++ b/.gitignore @@ -364,4 +364,7 @@ Release # Intellij /.idea/ - +# pytest +test/__pycache__ +test/*/__pycache__ +test/*/*/__pycache__