From: Tom Krizek Date: Wed, 16 Aug 2023 11:45:29 +0000 (+0200) Subject: .gitignore temporary directories and symlinks in system test dir X-Git-Tag: v9.19.17~44^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=355dc733911fcaf2df7039a6b609c04a09f948ae;p=thirdparty%2Fbind9.git .gitignore temporary directories and symlinks in system test dir --- diff --git a/bin/tests/system/.gitignore b/bin/tests/system/.gitignore index 0488948e4ad..e27cf5efaa1 100644 --- a/bin/tests/system/.gitignore +++ b/bin/tests/system/.gitignore @@ -20,4 +20,10 @@ named.run /start.sh /stop.sh /ifconfig.sh -/*_tmp_* + +# Ignore file names with underscore in their name except python or shell files. +# This is done to ignore the temporary directories and symlinks created by the +# pytest runner, which contain underscore in their file names. +/*_* +!/*_*.py +!/*_*.sh