From 050bb41ca71d2cd9d4a229cdae19c97f77753273 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 30 Jan 2017 16:55:35 -0500 Subject: Tell Git not to export the GitSetup directory The `Utilities/GitSetup` directory is useful only in Git work trees and so does not need to be distributed with source tarballs. --- Utilities/.gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to 'Utilities/.gitattributes') diff --git a/Utilities/.gitattributes b/Utilities/.gitattributes index e3a9e6105b..c6345eb29a 100644 --- a/Utilities/.gitattributes +++ b/Utilities/.gitattributes @@ -1,2 +1,3 @@ /Git export-ignore +/GitSetup export-ignore SetupForDevelopment.sh export-ignore -- cgit v1.2.1