diff options
author | Brad King <brad.king@kitware.com> | 2017-01-30 21:45:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-30 21:45:48 (GMT) |
commit | 3642d657b153f212eb119f1003e11c3079494630 (patch) | |
tree | 755564dc4cd08c1d48997a4cba158a539b117709 /Utilities/GitSetup/.gitattributes | |
parent | a6fda7bf4010051c2232d4ba6c64f310862a6471 (diff) | |
parent | 7e5ef9ca78f67c2f4def64408ce4c7ecc03917a7 (diff) | |
download | CMake-3642d657b153f212eb119f1003e11c3079494630.zip CMake-3642d657b153f212eb119f1003e11c3079494630.tar.gz CMake-3642d657b153f212eb119f1003e11c3079494630.tar.bz2 |
Merge branch 'upstream-GitSetup' into developer-setup
* upstream-GitSetup:
GitSetup 2016-12-13 (cd5ada6d)
Diffstat (limited to 'Utilities/GitSetup/.gitattributes')
-rw-r--r-- | Utilities/GitSetup/.gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Utilities/GitSetup/.gitattributes b/Utilities/GitSetup/.gitattributes index facbbb2..f7531d4 100644 --- a/Utilities/GitSetup/.gitattributes +++ b/Utilities/GitSetup/.gitattributes @@ -1,7 +1,7 @@ .git* export-ignore +.gitattributes -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 |