diff options
Diffstat (limited to 'Utilities/GitSetup/.gitattributes')
-rw-r--r-- | Utilities/GitSetup/.gitattributes | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Utilities/GitSetup/.gitattributes b/Utilities/GitSetup/.gitattributes index facbbb21cc..e96d1f8c50 100644 --- a/Utilities/GitSetup/.gitattributes +++ b/Utilities/GitSetup/.gitattributes @@ -1,7 +1,6 @@ .git* export-ignore -# Exclude from source archives files specific to Git work tree. -* export-ignore - +config* eol=lf whitespace=indent-with-non-tab +git-* eol=lf whitespace=indent-with-non-tab tips eol=lf whitespace=indent-with-non-tab setup-* eol=lf whitespace=indent-with-non-tab |