From 518c09fccfb0344cff4e65b241973f265faa3bd0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 20 Jul 2026 07:56:27 +1000 Subject: [PATCH] gitignore: ignore the remaining test-helper binaries t_hashtable_overflow, t_iwildmatch, t_clean_fname, and t_safe_arg were built by the suite but missing from .gitignore, so a stray git add -A sweeps them into a commit (as happened during this rebase round). List them alongside the other t_* harnesses. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 28b927b1..d5a9b099 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,10 @@ aclocal.m4 /t_rename_secure /t_secure_relpath /t_symlink_secure +/t_hashtable_overflow +/t_iwildmatch +/t_clean_fname +/t_safe_arg /simdtest /wildtest /getfsdev