summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-02-01 10:08:06 +0000
committerStefan Eissing <icing@apache.org>2022-02-01 10:08:06 +0000
commit4dc9324a2002fb688a51d21f754f752744c3fcf8 (patch)
tree9f3edb071fd36a9d76f5026bd6ffc7dea07117b3
parentc6960b3b4cf5622d2b718ad0f71df1ebae83bce5 (diff)
downloadhttpd-4dc9324a2002fb688a51d21f754f752744c3fcf8.tar.gz
*) 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
-rw-r--r--.gitignore5
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__