# 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
clap/SPONSORS.md
failure/book/src/bail-and-ensure.md
failure/CODE_OF_CONDUCT.md
*/CHANGELOG.md
*/CONTRIBUTORS.md
*/LICENSE
*/LICENSE.md
*/README.md
*/Cargo.toml

# test data
bstr/src/unicode/data/*Test.txt
flate2/tests/
idna/tests/punycode_tests.json
idna/tests/IdnaTest.txt
idna/tests/IdnaTestV2.txt
im-rc/proptest-regressions/
itertools/examples/iris.data
openssl/test/
memchr/src/tests/x86_64-soft_float.json
miniz_oxide/tests/test_data/*
regex/src/testdata/basic.dat
regex/tests/
regex-automata/data/fowler-tests/*
regex-automata/data/tests/fowler/*
schannel/test/*
toml/tests/
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
regex-syntax/src/unicode_tables/*.rs

# "verylongtext" but OK source code, manually audited:
cloudabi/cloudabi.rs
git2/src/cred.rs
libz-sys/src/smoke.c
proptest/src/regex-contrib/crates_regex.rs
openssl-sys/build/expando.c
rustc-demangle/src/legacy.rs
rustc-demangle/src/lib.rs
termion/logo.svg
tinyvec/LICENSE-MIT.md
unicode-normalization/src/stream_safe.rs
vcpkg/notes.md
walkdir/compare/nftw.c
winapi/src/lib.rs

# other misc OK, manually audited:
backtrace-sys/src/android-api.c
vte/foos/large_vim_scroll.recording

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