From de7c2d30b6dc2544b181cf074e942fff54d7999d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 12 Nov 2019 08:13:55 +0100 Subject: [PATCH] gitattributes: Add new file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index abbf78699e0..57ef0daea0e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,7 @@ src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,- # Test output files that contain extra whitespace *.out -whitespace contrib/*/output/*.source -whitespace +src/pl/plpgsql/src/output/*.source -whitespace src/test/regress/output/*.source -whitespace src/interfaces/ecpg/test/expected/* -whitespace src/interfaces/libpq/test/expected.out whitespace=-blank-at-eof -- 2.39.5