From 714c3b59592a307f208f11324cdba2f27613f9b7 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Wed, 3 Dec 2025 22:34:22 +0100 Subject: [PATCH] [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 --- gdbsupport/.gitattributes | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3