summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-21 20:30:32 -0400
committerBrad King <brad.king@kitware.com>2019-07-29 11:25:43 -0400
commit3cb87cbbeed58b0e82246ff193ac5cdb7b05ee41 (patch)
treebbdd587ab9436ffd8c94d7fd5eb587884f385f47 /.gitattributes
parentfdc9fadef5d585a74c0ee80e0b376d20ea19f835 (diff)
downloadcmake-3cb87cbbeed58b0e82246ff193ac5cdb7b05ee41.tar.gz
gitattributes: Do not export any .git paths in git archive
We have paths for `.gitattributes` itself, `.gitignore`, and `.github`. None should be exported in source archives.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 24fd9c2014..3854b73eb6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
-.gitattributes export-ignore
+.git* export-ignore
.hooks* export-ignore
# Custom attribute to mark sources as using our C code style.