summaryrefslogtreecommitdiff
path: root/Utilities/GitSetup
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/GitSetup')
-rw-r--r--Utilities/GitSetup/.gitattributes3
-rw-r--r--Utilities/GitSetup/README7
2 files changed, 3 insertions, 7 deletions
diff --git a/Utilities/GitSetup/.gitattributes b/Utilities/GitSetup/.gitattributes
index 51d63be74e..facbbb21cc 100644
--- a/Utilities/GitSetup/.gitattributes
+++ b/Utilities/GitSetup/.gitattributes
@@ -1,4 +1,7 @@
.git* export-ignore
+# Exclude from source archives files specific to Git work tree.
+* export-ignore
+
tips eol=lf whitespace=indent-with-non-tab
setup-* eol=lf whitespace=indent-with-non-tab
diff --git a/Utilities/GitSetup/README b/Utilities/GitSetup/README
index 2f9f1ec078..cf468fb68b 100644
--- a/Utilities/GitSetup/README
+++ b/Utilities/GitSetup/README
@@ -37,13 +37,6 @@ 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
-------------