summaryrefslogtreecommitdiff
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-30 16:53:14 -0500
committerBrad King <brad.king@kitware.com>2017-01-30 16:53:14 -0500
commitd6108c87afb03a326b14bc6feafeb14e99316e5f (patch)
treed3eac08760af85320b91f654bfc81ab850909b67 /Utilities
parent3642d657b153f212eb119f1003e11c3079494630 (diff)
downloadcmake-d6108c87afb03a326b14bc6feafeb14e99316e5f.tar.gz
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/.gitattributes1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/GitSetup/.gitattributes b/Utilities/GitSetup/.gitattributes
index f7531d4230..e96d1f8c50 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