summaryrefslogtreecommitdiffstats
path: root/Utilities/.gitattributes
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-30 21:55:35 (GMT)
committerBrad King <brad.king@kitware.com>2017-01-30 21:56:31 (GMT)
commit050bb41ca71d2cd9d4a229cdae19c97f77753273 (patch)
tree0c258f5895a9981f034b6ac50909a41e5c9f9eac /Utilities/.gitattributes
parentd6108c87afb03a326b14bc6feafeb14e99316e5f (diff)
downloadCMake-050bb41ca71d2cd9d4a229cdae19c97f77753273.zip
CMake-050bb41ca71d2cd9d4a229cdae19c97f77753273.tar.gz
CMake-050bb41ca71d2cd9d4a229cdae19c97f77753273.tar.bz2
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 e3a9e61..c6345eb 100644
--- a/Utilities/.gitattributes
+++ b/Utilities/.gitattributes
@@ -1,2 +1,3 @@
/Git export-ignore
+/GitSetup export-ignore
SetupForDevelopment.sh export-ignore