diff options
author | Brad King <brad.king@kitware.com> | 2021-06-03 06:53:49 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-03 08:12:11 -0400 |
commit | 629eb3926bcc802de53f9982cad2005b4bf8f4ed (patch) | |
tree | 5408f9326a75f55a7202b725ecf453ca9c904efc /.codespellrc | |
parent | 9d0f8c3e560f13a9d7a9a2e99e40ef7e5db6eb47 (diff) | |
download | cmake-629eb3926bcc802de53f9982cad2005b4bf8f4ed.tar.gz |
Tests: Extend ParseImplicit*Info with static GNU runtime library flags
Generate sample input data with GNU 10.2.1 compilers using flags like
`-static-libstdc++` and `-static-libgfortran`.
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index ba0fba6692..a8be48762d 100644 --- a/.codespellrc +++ b/.codespellrc @@ -5,5 +5,5 @@ count = # Disable warnings about binary files quiet-level = 2 builtin = clear,rare,en-GB_to_en-US -skip = */.git,*/build,*/Copyright.txt,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Utilities/cm* +skip = */.git,*/build,*/Copyright.txt,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Tests/RunCMake/ParseImplicitData/*.input,*/Utilities/cm* ignore-words-list = aci,ake,ans,ba,cconfiguration,conly,dependees,dne,dum,earch,ect,filetest,fo,helpfull,hiden,isnt,keypair,nd,ned,nin,nknown,ot,pard,seh,ser,te,upto,varn,vas,wee |