From c313d010bcddf784e48033d1573400187b39e98f Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Thu, 27 Jun 2024 13:53:23 +0100 Subject: [PATCH] Add wine's dosdevices directory to default for exclude_dirs --- domdf_python_tools/paths.py | 1 + 1 file changed, 1 insertion(+) diff --git a/domdf_python_tools/paths.py b/domdf_python_tools/paths.py index 1f298525..f7c6b7b3 100644 --- a/domdf_python_tools/paths.py +++ b/domdf_python_tools/paths.py @@ -130,6 +130,7 @@ ".tox4", ".nox", "__pypackages__", + "dosdevices", ) """ A list of directories which will likely be unwanted when searching directory trees for files.