summaryrefslogtreecommitdiff
path: root/Utilities/GitSetup/README
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/GitSetup/README')
-rw-r--r--Utilities/GitSetup/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/Utilities/GitSetup/README b/Utilities/GitSetup/README
index cf468fb68b..2f9f1ec078 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
-------------