]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
.gitignore temporary directories and symlinks in system test dir
authorTom Krizek <tkrizek@isc.org>
Wed, 16 Aug 2023 11:45:29 +0000 (13:45 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 21 Aug 2023 13:54:40 +0000 (15:54 +0200)
bin/tests/system/.gitignore

index 0488948e4adfb392dd8f96b279543bfacbbffd70..e27cf5efaa1b41583da5f80a7fd13e5e64abdd43 100644 (file)
@@ -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