Gav Wood
10 years ago
3 changed files with 10 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||||
|
# Ignore standard library headers. |
||||
|
src:*/include/c\+\+/* |
||||
|
|
||||
|
# Ignore boost libraries headers. |
||||
|
src:*/include/boost/* |
||||
|
|
||||
|
# Ignore Crypto++ library. We plan to remove it in the future. It exploits interger overflow and uses memcpy incorrectly. |
||||
|
src:*/include/cryptopp/* |
Loading…
Reference in new issue