Remove non-existing file from .gitattributes

The file was removed by ac25173cdb.

Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: https://www.postgresql.org/message-id/flat/CAGECzQQGzbroAXi%2BYicp3HvcCo4%3Dg84kaOgjuvQ5MW9F0ubOGg%40mail.gmail.com
pull/157/head
Peter Eisentraut 1 year ago
parent b7bdade6a4
commit e85732dac0
  1. 1
      .gitattributes

1
.gitattributes vendored

@ -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

Loading…
Cancel
Save