mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 01:09:47 -06:00
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 8785f84f4760da060cdb2499155bb39532f8c053 (master).
Upstream Shortlog
-----------------
Ben Boeckel (2):
ac0c67d2 gitattributes: indicate attributes to ignore when importing
3dfeb55e gitattributes: rename the c-style attribute
14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
.git* export-ignore
|
|
|
|
*.c kwsys-c-style
|
|
*.c.in kwsys-c-style
|
|
*.cxx kwsys-c-style
|
|
*.h kwsys-c-style
|
|
*.h.in kwsys-c-style
|
|
*.hxx kwsys-c-style
|
|
*.hxx.in kwsys-c-style
|
|
|
|
*.cmake whitespace=tab-in-indent
|
|
*.rst whitespace=tab-in-indent conflict-marker-size=79
|
|
*.txt whitespace=tab-in-indent
|