diff options
author | Brad King <brad.king@kitware.com> | 2014-07-21 18:06:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-21 18:08:46 (GMT) |
commit | 8510533f0e713abeedf53a737c702d683b636ecb (patch) | |
tree | 3edbe0b8b302a6a88467beea519e379aeb4b7f27 /Utilities/cmliblzma/.gitattributes | |
parent | 23ec3738a0bafd23a9d37fc72e7183e8dc84a4ac (diff) | |
download | CMake-8510533f0e713abeedf53a737c702d683b636ecb.zip CMake-8510533f0e713abeedf53a737c702d683b636ecb.tar.gz CMake-8510533f0e713abeedf53a737c702d683b636ecb.tar.bz2 |
liblzma: Add .gitattributes to ignore whitespace checks
Tell Git not to check whitespace in third-party code.
Diffstat (limited to 'Utilities/cmliblzma/.gitattributes')
-rw-r--r-- | Utilities/cmliblzma/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmliblzma/.gitattributes b/Utilities/cmliblzma/.gitattributes new file mode 100644 index 0000000..562b12e --- /dev/null +++ b/Utilities/cmliblzma/.gitattributes @@ -0,0 +1 @@ +* -whitespace |