You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2022/02/01 10:08:06 UTC

svn commit: r1897647 - /httpd/httpd/trunk/.gitignore

Author: icing
Date: Tue Feb  1 10:08:06 2022
New Revision: 1897647

URL: http://svn.apache.org/viewvc?rev=1897647&view=rev
Log:
  *) test: adding some more patterns to gitignore


Modified:
    httpd/httpd/trunk/.gitignore

Modified: httpd/httpd/trunk/.gitignore
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.gitignore?rev=1897647&r1=1897646&r2=1897647&view=diff
==============================================================================
--- httpd/httpd/trunk/.gitignore (original)
+++ httpd/httpd/trunk/.gitignore Tue Feb  1 10:08:06 2022
@@ -364,4 +364,7 @@ Release
 # Intellij
 /.idea/
 
-
+# pytest
+test/__pycache__
+test/*/__pycache__
+test/*/*/__pycache__