diff options
author | Brad King <brad.king@kitware.com> | 2017-01-30 21:53:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-30 21:53:14 (GMT) |
commit | d6108c87afb03a326b14bc6feafeb14e99316e5f (patch) | |
tree | d3eac08760af85320b91f654bfc81ab850909b67 /Utilities | |
parent | 3642d657b153f212eb119f1003e11c3079494630 (diff) | |
download | CMake-d6108c87afb03a326b14bc6feafeb14e99316e5f.zip CMake-d6108c87afb03a326b14bc6feafeb14e99316e5f.tar.gz CMake-d6108c87afb03a326b14bc6feafeb14e99316e5f.tar.bz2 |
GitSetup: Tell Git not to export .gitattributes
GitSetup upstream added an attribute to export `.gitattributes` so that
importing snapshots into the sources of other projects would bring along
the attributes. However, we don't want to export them from CMake. Drop
`.gitattributes` entries not relevant to CMake.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/GitSetup/.gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/GitSetup/.gitattributes b/Utilities/GitSetup/.gitattributes index f7531d4..e96d1f8 100644 --- a/Utilities/GitSetup/.gitattributes +++ b/Utilities/GitSetup/.gitattributes @@ -1,5 +1,4 @@ .git* export-ignore -.gitattributes -export-ignore config* eol=lf whitespace=indent-with-non-tab git-* eol=lf whitespace=indent-with-non-tab |