diff options
author | Brad King <brad.king@kitware.com> | 2017-01-30 21:45:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-30 21:45:48 (GMT) |
commit | 3642d657b153f212eb119f1003e11c3079494630 (patch) | |
tree | 755564dc4cd08c1d48997a4cba158a539b117709 /Utilities/GitSetup/README | |
parent | a6fda7bf4010051c2232d4ba6c64f310862a6471 (diff) | |
parent | 7e5ef9ca78f67c2f4def64408ce4c7ecc03917a7 (diff) | |
download | CMake-3642d657b153f212eb119f1003e11c3079494630.zip CMake-3642d657b153f212eb119f1003e11c3079494630.tar.gz CMake-3642d657b153f212eb119f1003e11c3079494630.tar.bz2 |
Merge branch 'upstream-GitSetup' into developer-setup
* upstream-GitSetup:
GitSetup 2016-12-13 (cd5ada6d)
Diffstat (limited to 'Utilities/GitSetup/README')
-rw-r--r-- | Utilities/GitSetup/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Utilities/GitSetup/README b/Utilities/GitSetup/README index cf468fb..2f9f1ec 100644 --- a/Utilities/GitSetup/README +++ b/Utilities/GitSetup/README @@ -37,6 +37,13 @@ Commit the merge with an informative message: the general GitSetup repository "setup" branch. ------------------------------------------------------------------------ +Optionally add to the project ".gitattributes" file the line + + /Utilities/GitSetup export-ignore + +to exclude the GitSetup directory from inclusion by "git archive" +since it does not make sense in source tarballs. + Configuration ------------- |