]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdbsupport] Handle Makefile.in and unordered_dense in .gitattributes
authorTom de Vries <tdevries@suse.de>
Wed, 3 Dec 2025 21:34:22 +0000 (22:34 +0100)
committerTom de Vries <tdevries@suse.de>
Wed, 3 Dec 2025 21:34:22 +0000 (22:34 +0100)
Unset the whitespace attribute in .gitattributes for:
- Makefile.in (because it's generated), and
- unordered_dense/* (because they're imported).

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdbsupport/.gitattributes

index fc269b48aed97d7da09bdc3a5cf0968ccc27e79d..808fc2530dccda45de8f7c01049ecf89040a1cf4 100644 (file)
@@ -14,3 +14,8 @@
 
 configure   -whitespace
 aclocal.m4  -whitespace
+Makefile.in -whitespace
+
+# Imported files.
+
+unordered_dense/* -whitespace