From: Peter Eisentraut Date: Fri, 16 Feb 2024 10:39:09 +0000 (+0100) Subject: Remove non-existing file from .gitattributes X-Git-Tag: REL_17_BETA1~868 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e85732dac0e9933cf1ec4f9df1d8ed9c221c17da;p=thirdparty%2Fpostgresql.git Remove non-existing file from .gitattributes The file was removed by ac25173cdbc. Author: Jelte Fennema-Nio Discussion: https://www.postgresql.org/message-id/flat/CAGECzQQGzbroAXi%2BYicp3HvcCo4%3Dg84kaOgjuvQ5MW9F0ubOGg%40mail.gmail.com --- diff --git a/.gitattributes b/.gitattributes index 55e60604052..e9ff4a56bd2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,7 +18,6 @@ src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,- # Test output files that contain extra whitespace *.out -whitespace src/interfaces/ecpg/test/expected/* -whitespace -src/interfaces/libpq/test/expected.out whitespace=-blank-at-eof # These files are maintained or generated elsewhere. We take them as is. configure -whitespace