1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-18 13:44:19 +03:00

gitattributes: Remove entries for no longer existing files

This commit is contained in:
Peter Eisentraut 2019-11-11 11:54:12 +01:00
parent d0c92527cc
commit 2cd75e4e79

2
.gitattributes vendored
View File

@ -1,7 +1,5 @@
* whitespace=space-before-tab,trailing-space * whitespace=space-before-tab,trailing-space
*.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
*.dsl whitespace=space-before-tab,trailing-space,tab-in-indent
*.patch -whitespace
*.pl whitespace=space-before-tab,trailing-space,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4
*.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof *.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof
*.sgml whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eol *.sgml whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eol