pgsql: Exclude LLVM files from whitespace checks

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Exclude LLVM files from whitespace checks
Date: 2024-11-27 10:20:37
Message-ID: E1tGF9x-003jw2-Vv@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Exclude LLVM files from whitespace checks

Commit 9044fc1d45a added some files from upstream LLVM. These files
have different whitespace rules, which make the git whitespace checks
powered by gitattributes fail. To fix, add those files to the exclude
list.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/de01960aabc1f6f821cbf28e58162383d7300f63

Modified Files
--------------
.gitattributes | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-11-27 10:36:43 pgsql: Fix typo
Previous Message Peter Eisentraut 2024-11-27 10:00:42 pgsql: Improve slightly misleading internal error message