[PATCH] gitignore: Ignore tests/diff/ and test/output/
Jesse Rosenstock <[email protected]>
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <CAMZQ0r+p--qJmjEFSTby67Rmb364A48gH9W_4RQrr+wwkJkdRw@mail.gmail.com> |
These files are auto-generated and clutter git status. It's even worse with jj, which will auto-add them. https://github.com/util-linux/util-linux/pull/3630 Signed-off-by: Jesse Rosenstock <[email protected]> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 8764bbe3f4..305e651532 100644 --- a/.gitignore +++ b/.gitignore @@ -66,7 +66,9 @@ syscalls.h tags test-suite.log +tests/diff/ tests/failures +tests/output/ tests/run.sh.log tests/run.sh.trs update.log