diff options
author | Brad King <brad.king@kitware.com> | 2016-11-03 17:28:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-10 13:29:38 (GMT) |
commit | 3216e94cef3cd4afa558d9adef29921a9330935d (patch) | |
tree | d4e0f73b424e95cba98ffd781ff3426faf408e00 /Source/.gitattributes | |
parent | 5420278dc884c0382f271872b67c33978f3fe6b8 (diff) | |
download | CMake-3216e94cef3cd4afa558d9adef29921a9330935d.zip CMake-3216e94cef3cd4afa558d9adef29921a9330935d.tar.gz CMake-3216e94cef3cd4afa558d9adef29921a9330935d.tar.bz2 |
Remove unused cm_sha2 infrastructure
All clients of `cm_sha2` have been ported to `cmCryptoHash`, which now
uses librhash internally.
Diffstat (limited to 'Source/.gitattributes')
-rw-r--r-- | Source/.gitattributes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/.gitattributes b/Source/.gitattributes index 5002b2a..e9e35bd 100644 --- a/Source/.gitattributes +++ b/Source/.gitattributes @@ -1,6 +1,3 @@ -# Preserve upstream indentation style. -cm_sha2.* whitespace=indent-with-non-tab - # Preserve indentation style in generated code. cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab |