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