From: Peter Eisentraut Date: Wed, 27 Nov 2024 10:08:12 +0000 (+0100) Subject: Exclude LLVM files from whitespace checks X-Git-Tag: REL_16_7~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=467df7f561dde102029e20e0011dc98987de47ff;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/.gitattributes b/.gitattributes index 45e508d5799..7ce9120c29d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,9 +23,12 @@ src/interfaces/ecpg/test/expected/* -whitespace # These files are maintained or generated elsewhere. We take them as is. configure -whitespace ppport.h -whitespace +src/backend/jit/llvm/SectionMemoryManager.cpp -whitespace +src/backend/jit/llvm/SectionMemoryManager.LICENSE -whitespace src/backend/regex/COPYRIGHT -whitespace src/backend/snowball/libstemmer/*.c -whitespace src/backend/utils/mb/Unicode/*-std.txt -whitespace +src/include/jit/SectionMemoryManager.h -whitespace src/include/snowball/libstemmer/* -whitespace src/timezone/data/* -whitespace src/tools/pg_bsd_indent/* -whitespace