pgsql: Exclude LLVM files from whitespace checks - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Exclude LLVM files from whitespace checks
Date
Msg-id E1tGF9x-003jvr-Sq@gemulon.postgresql.org
Whole thread Raw
List 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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/26b74b3cad7b585626569dd536f2c1fafac20a3e

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve slightly misleading internal error message
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Exclude LLVM files from whitespace checks