binutils-gdb/gdb/.gitattributes
Tom de Vries d7885e15c7 [gdb] Ignore trailing whitespace in gdb/gdb-gdb.gdb.in
In gdb/gdb-gdb.gdb.in we have:
...
gdb/gdb-gdb.gdb.in:22: trailing whitespace.
+set prompt (top-gdb)
...

The trailing space is significant.

Fix this by dropping the trailing whitespace check for this file.

Approved-By: Tom Tromey <tom@tromey.com>
2026-06-18 22:06:50 +02:00

28 lines
707 B
Text

# -*- conf -*-
# Use cpp-style diffs for .h and .c files. This is useful
# if you modify classes defined in those files.
*.h diff=cpp
*.c diff=cpp
# Autoconf.
*.ac whitespace=space-before-tab,indent-with-non-tab,trailing-space
*.m4 whitespace=space-before-tab,indent-with-non-tab,trailing-space
# Generated files.
configure -whitespace
aclocal.m4 -whitespace
# Tab-indented files.
*.[ly] whitespace=space-before-tab,indent-with-non-tab,trailing-space
*.def whitespace=space-before-tab,indent-with-non-tab,trailing-space
# Imported files.
exc_request.defs -whitespace
# Files with significant trailing whitespace.
gdb-gdb.gdb.in whitespace=space-before-tab,indent-with-non-tab,-trailing-space