diff options
author | Brad King <brad.king@kitware.com> | 2014-10-08 19:06:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-29 20:41:05 (GMT) |
commit | 15c994ebdc9674bb057567370333ee0330a60ad2 (patch) | |
tree | 4bb8423f50402cb23de14392d5e928b143a1af77 /Utilities | |
parent | 3942cf68b2e3b808b87c0127b1aa7bf52c59696c (diff) | |
download | CMake-15c994ebdc9674bb057567370333ee0330a60ad2.zip CMake-15c994ebdc9674bb057567370333ee0330a60ad2.tar.gz CMake-15c994ebdc9674bb057567370333ee0330a60ad2.tar.bz2 |
curl: Disable all whitespace checks in third-party code
Add a .gitattributes file to tell Git to skip whitespace checks
in the curl source code.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmcurl/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmcurl/.gitattributes b/Utilities/cmcurl/.gitattributes new file mode 100644 index 0000000..562b12e --- /dev/null +++ b/Utilities/cmcurl/.gitattributes @@ -0,0 +1 @@ +* -whitespace |