mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 13:24:58 +00:00
d6108c87af
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.
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
.git* export-ignore
|
|
|
|
config* eol=lf whitespace=indent-with-non-tab
|
|
git-* eol=lf whitespace=indent-with-non-tab
|
|
tips eol=lf whitespace=indent-with-non-tab
|
|
setup-* eol=lf whitespace=indent-with-non-tab
|