From d6108c87afb03a326b14bc6feafeb14e99316e5f Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 30 Jan 2017 16:53:14 -0500 Subject: 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. --- Utilities/GitSetup/.gitattributes | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12