From 2cd75e4e795bea110c1d32e8cbfdf1e33a109e80 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 11 Nov 2019 11:54:12 +0100 Subject: [PATCH] gitattributes: Remove entries for no longer existing files --- .gitattributes | 2 -- 1 file changed, 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