From: Tom de Vries Date: Wed, 3 Dec 2025 21:34:22 +0000 (+0100) Subject: [gdbsupport] Handle Makefile.in and unordered_dense in .gitattributes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=714c3b59592a307f208f11324cdba2f27613f9b7;p=thirdparty%2Fbinutils-gdb.git [gdbsupport] Handle Makefile.in and unordered_dense in .gitattributes Unset the whitespace attribute in .gitattributes for: - Makefile.in (because it's generated), and - unordered_dense/* (because they're imported). Approved-By: Simon Marchi --- diff --git a/gdbsupport/.gitattributes b/gdbsupport/.gitattributes index fc269b48aed..808fc2530dc 100644 --- a/gdbsupport/.gitattributes +++ b/gdbsupport/.gitattributes @@ -14,3 +14,8 @@ configure -whitespace aclocal.m4 -whitespace +Makefile.in -whitespace + +# Imported files. + +unordered_dense/* -whitespace