mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
GitSetup: Tell Git not to export .gitattributes
GitSetup upstream added an attribute to export `.gitattributes` so that importing snapshots into the sources of other projects would bring along the attributes. However, we don't want to export them from CMake. Drop `.gitattributes` entries not relevant to CMake.
This commit is contained in:
1
Utilities/GitSetup/.gitattributes
vendored
1
Utilities/GitSetup/.gitattributes
vendored
@@ -1,5 +1,4 @@
|
||||
.git* export-ignore
|
||||
.gitattributes -export-ignore
|
||||
|
||||
config* eol=lf whitespace=indent-with-non-tab
|
||||
git-* eol=lf whitespace=indent-with-non-tab
|
||||
|
Reference in New Issue
Block a user