summaryrefslogtreecommitdiff
path: root/Utilities/.gitattributes
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-30 16:55:35 -0500
committerBrad King <brad.king@kitware.com>2017-01-30 16:56:31 -0500
commit050bb41ca71d2cd9d4a229cdae19c97f77753273 (patch)
tree0c258f5895a9981f034b6ac50909a41e5c9f9eac /Utilities/.gitattributes
parentd6108c87afb03a326b14bc6feafeb14e99316e5f (diff)
downloadcmake-050bb41ca71d2cd9d4a229cdae19c97f77753273.tar.gz
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.
Diffstat (limited to 'Utilities/.gitattributes')
-rw-r--r--Utilities/.gitattributes1
1 files changed, 1 insertions, 0 deletions
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