diff options
author | Brad King <brad.king@kitware.com> | 2017-01-30 21:55:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-30 21:56:31 (GMT) |
commit | 050bb41ca71d2cd9d4a229cdae19c97f77753273 (patch) | |
tree | 0c258f5895a9981f034b6ac50909a41e5c9f9eac /Utilities/.gitattributes | |
parent | d6108c87afb03a326b14bc6feafeb14e99316e5f (diff) | |
download | CMake-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/.gitattributes | 1 |
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 |