mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
KWSys 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.
13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
.git* export-ignore
|
|
|
|
/CONTRIBUTING.rst conflict-marker-size=78
|
|
|
|
*.c whitespace=tab-in-indent,no-lf-at-eof
|
|
*.h whitespace=tab-in-indent,no-lf-at-eof
|
|
*.h.in whitespace=tab-in-indent,no-lf-at-eof
|
|
*.cxx whitespace=tab-in-indent,no-lf-at-eof
|
|
*.hxx whitespace=tab-in-indent,no-lf-at-eof
|
|
*.hxx.in whitespace=tab-in-indent,no-lf-at-eof
|
|
*.txt whitespace=tab-in-indent,no-lf-at-eof
|
|
*.cmake whitespace=tab-in-indent,no-lf-at-eof
|