commit | 3cb87cbbeed58b0e82246ff193ac5cdb7b05ee41 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Sun Jul 21 20:30:32 2019 -0400 |
committer | Brad King <brad.king@kitware.com> | Mon Jul 29 11:25:43 2019 -0400 |
tree | bbdd587ab9436ffd8c94d7fd5eb587884f385f47 | |
parent | fdc9fadef5d585a74c0ee80e0b376d20ea19f835 [diff] [blame] |
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.
diff --git a/.gitattributes b/.gitattributes index 24fd9c2..3854b73 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.