diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-11-11 11:54:12 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-11-11 11:54:12 +0100 |
commit | 2cd75e4e795bea110c1d32e8cbfdf1e33a109e80 (patch) | |
tree | 1e30f0dd7ec7d4d0d41c0ad111a7640ca8dd936b | |
parent | d0c92527cc77a8f6b235c2a5abba95e01367f825 (diff) | |
download | postgresql-2cd75e4e795bea110c1d32e8cbfdf1e33a109e80.tar.gz postgresql-2cd75e4e795bea110c1d32e8cbfdf1e33a109e80.zip |
gitattributes: Remove entries for no longer existing files
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 3ac99972812..abbf78699e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,5 @@ * whitespace=space-before-tab,trailing-space *.[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 *.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 |