diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-02-16 11:39:09 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-02-16 11:39:09 +0100 |
commit | e85732dac0e9933cf1ec4f9df1d8ed9c221c17da (patch) | |
tree | 33deb405bfb66601bb050f0d6adfc81b89d00564 | |
parent | b7bdade6a42f49021d41955d6534f334e827775c (diff) | |
download | postgresql-e85732dac0e9933cf1ec4f9df1d8ed9c221c17da.tar.gz postgresql-e85732dac0e9933cf1ec4f9df1d8ed9c221c17da.zip |
Remove non-existing file from .gitattributes
The file was removed by ac25173cdbc.
Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: https://www.postgresql.org/message-id/flat/CAGECzQQGzbroAXi%2BYicp3HvcCo4%3Dg84kaOgjuvQ5MW9F0ubOGg%40mail.gmail.com
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
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 |