diff options
author | Brad King <brad.king@kitware.com> | 2019-07-22 00:30:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-07-29 15:25:43 (GMT) |
commit | 3cb87cbbeed58b0e82246ff193ac5cdb7b05ee41 (patch) | |
tree | bbdd587ab9436ffd8c94d7fd5eb587884f385f47 /.gitattributes | |
parent | fdc9fadef5d585a74c0ee80e0b376d20ea19f835 (diff) | |
download | CMake-3cb87cbbeed58b0e82246ff193ac5cdb7b05ee41.zip CMake-3cb87cbbeed58b0e82246ff193ac5cdb7b05ee41.tar.gz CMake-3cb87cbbeed58b0e82246ff193ac5cdb7b05ee41.tar.bz2 |
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-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
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. |