From: Jesse Rosenstock Date: Fri, 27 Jun 2025 08:27:25 +0000 (+0200) Subject: gitignore: Ignore tests/diff/ and test/output/ X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9c21d2977ac480cec72720515630a1b0b8038d0;p=thirdparty%2Futil-linux.git gitignore: Ignore tests/diff/ and test/output/ These are auto-generated and clutter git status. It's even worse with jj, which will auto-add them. Signed-off-by: Jesse Rosenstock --- diff --git a/.gitignore b/.gitignore index 8764bbe3f..305e65153 100644 --- a/.gitignore +++ b/.gitignore @@ -66,7 +66,9 @@ stamp-h1 syscalls.h tags test-suite.log +tests/diff/ tests/failures +tests/output/ tests/run.sh.log tests/run.sh.trs update.log