diff options
author | Stefan Eissing <icing@apache.org> | 2022-02-01 11:08:06 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-02-01 11:08:06 +0100 |
commit | 4dc9324a2002fb688a51d21f754f752744c3fcf8 (patch) | |
tree | 9f3edb071fd36a9d76f5026bd6ffc7dea07117b3 /.gitignore | |
parent | * Stupid mine. Evgeny is a committer here (diff) | |
download | apache2-4dc9324a2002fb688a51d21f754f752744c3fcf8.tar.xz apache2-4dc9324a2002fb688a51d21f754f752744c3fcf8.zip |
*) 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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2970e540bd..292b4ef3b7 100644 --- a/.gitignore +++ b/.gitignore @@ -364,4 +364,7 @@ Release # Intellij /.idea/ - +# pytest +test/__pycache__ +test/*/__pycache__ +test/*/*/__pycache__ |