# This is a list of files and dirs that are omitted from our custom
# "suspicious files" scanner. DO NOT ADD STUFF HERE WITHOUT UNDERSTANDING WHY.

# docs
*/CHANGELOG.md
*/LICENSE
*/LICENSE.md
*/README.md
*/Cargo.toml
base64/RELEASE-NOTES.md

# ignore
base64/icon_CLion.svg

# test data
bstr/src/unicode/data/*Test.txt
combine/benches/data.json
combine/benches/http-requests.txt
content_inspector/testdata/*
flate2/tests/
hmac/tests/data/*.blb
idna/tests/IdnaTestV2.txt
idna/tests/punycode_tests.json
im-rc/proptest-regressions/
itertools/examples/iris.data
memchr/src/tests/x86_64-soft_float.json
openssl/test/
regex-automata/data/fowler-tests/*
regex-automata/data/tests/fowler/*
regex/src/testdata/basic.dat
regex/tests/
schannel/test/identity.p12
schannel/test/key.key
schannel/test/self-signed.badssl.com.cer
schannel/test/cert.der
schannel/test/cert.pem
schannel/test/key_wrong_header.pem
sha1/tests/data/*.blb
toml_edit/tests/fixtures/*
unicode-ident/tests/fst/*.fst
url/tests/*.json
vcpkg/test-data/*/installed/vcpkg/updates/*
vte/tests/demo.vte

# ideally should be autogenerated, but too difficult today
bstr/src/unicode/fsm/*.dfa
bstr-0.2.17/src/unicode/fsm/*.dfa
regex-syntax/src/unicode_tables/*.rs

# "verylongtext" but OK source code, manually audited:
git2/src/cred.rs
kstring/benches/clone.rs
libz-sys/src/smoke.c
miniz_oxide/Readme.md
openssl-sys/build/expando.c
serde_json/tests/lexical/parse.rs
tinyvec/LICENSE-MIT.md
unicode-normalization/src/stream_safe.rs
vcpkg/notes.md
walkdir/compare/nftw.c
winapi/src/lib.rs

memchr/scripts/make-byte-frequency-table
idna/src/make_uts46_mapping_table.py
walkdir/compare/walk.py
unicode-normalization/scripts/unicode.py
unicode-width/scripts/unicode.py

# false positive (Dyalog APL transfer)
clap/examples/tutorial_*/*.md
clap/examples/*.md

# false positive (Algol68)
aho-corasick/src/nfa.rs
base64/src/encode.rs
base64/src/decode.rs
block-buffer/tests/mod.rs
clap/src/derive.rs
combine/src/parser/choice.rs
combine/src/parser/mod.rs
combine/src/parser/range.rs
combine/src/parser/token.rs
combine/src/stream/mod.rs
combine/src/stream/position.rs
digest/src/dev.rs
digest/src/core_api/wrapper.rs
digest/src/core_api/rt_variable.rs
env_logger-0.7.1/src/fmt/writer/mod.rs
env_logger/src/fmt/writer/mod.rs
flate2/src/mem.rs
flate2/src/zio.rs
miniz_oxide/src/deflate/mod.rs
miniz_oxide/src/inflate/mod.rs
openssl/src/cms.rs
openssl/src/envelope.rs
os_info/src/matcher.rs
proc-macro2/src/parse.rs
regex-automata/src/regex.rs
semver/src/parse.rs
snapbox/src/substitutions.rs
syn/src/attr.rs
syn/src/custom_punctuation.rs
syn/src/group.rs
syn/src/pat.rs
syn/src/path.rs
syn/src/punctuated.rs
syn/src/stmt.rs
syn/src/token.rs
syn/src/ty.rs
toml_edit/src/parser/errors.rs
url/src/parser.rs
yansi/src/tests.rs
