]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) test: adding some more patterns to gitignore
authorStefan Eissing <icing@apache.org>
Tue, 1 Feb 2022 10:08:06 +0000 (10:08 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 1 Feb 2022 10:08:06 +0000 (10:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897647 13f79535-47bb-0310-9956-ffa450edef68

.gitignore

index 2970e540bd03f0e6ac097bc58ed5ade9cf4d31d4..292b4ef3b70be8d86cce7dffea7db1afa4b43372 100644 (file)
@@ -364,4 +364,7 @@ Release
 # Intellij
 /.idea/
 
-
+# pytest
+test/__pycache__
+test/*/__pycache__
+test/*/*/__pycache__