diff options
author | crupest <crupest@outlook.com> | 2023-11-13 13:46:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | e780b089b6d86941f6c03061a2a7a54ae4ec36de (patch) | |
tree | 2d186fe0c334ebd7d4e35e2a3983e60ffc53d375 /cspell.yaml | |
parent | ed1df454af6e3c8726a80f32cc6db8e9d42d046f (diff) | |
download | crupest-e780b089b6d86941f6c03061a2a7a54ae4ec36de.tar.gz crupest-e780b089b6d86941f6c03061a2a7a54ae4ec36de.tar.bz2 crupest-e780b089b6d86941f6c03061a2a7a54ae4ec36de.zip |
(docker:debian-dev) Refactor sources management. Improve build scripts.
Diffstat (limited to 'cspell.yaml')
-rw-r--r-- | cspell.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cspell.yaml b/cspell.yaml index 49aed51..3bdca1f 100644 --- a/cspell.yaml +++ b/cspell.yaml @@ -18,3 +18,10 @@ dictionaryDefinitions: - name: crupest-words path: './crupest-words.txt' addWords: true + +patterns: + - name: libs + pattern: /lib.+/g + +ignoreRegExpList: + - libs |