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:40:57 +0100 |
commit | 1d577f2eaa88b1d4caab3e859a01d25ecd9f81c5 (patch) | |
tree | 4501a8c1b158f4ca7d992bf7ce015c22389f306b | |
parent | ed1b0ade703ab49196277c3f5dd6a1bb6f2d2170 (diff) | |
download | postgresql-1d577f2eaa88b1d4caab3e859a01d25ecd9f81c5.tar.gz postgresql-1d577f2eaa88b1d4caab3e859a01d25ecd9f81c5.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 4e4e26e34b0..f183d83a43b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,7 +19,6 @@ src/backend/utils/Gen_dummy_probes.pl.prolog whitespace=-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 |