mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 07:09:22 +00:00
576ef8c56e
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
|