mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
22729eae17
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
|