# False-positive, very small so suspicious-source thinks "octet-stream"
src/test/run-pass/raw-str.rs

# False-positive, "verylongtext" but OK
CONTRIBUTING.md
src/doc/book/first-edition/src/the-stack-and-the-heap.md
src/doc/book/*/tools/docx-to-md.xsl
src/doc/rustc/src/lints/groups.md
src/doc/rustc-guide/.travis.yml
src/doc/rustc-guide/src/*.md
src/doc/rustc-guide/src/*/*.md
src/doc/*/CODE_OF_CONDUCT.md
src/doc/unstable-book/src/language-features/unsized-locals.md
src/etc/third-party/README.txt
src/libcompiler_builtins/compiler-rt/lib/BlocksRuntime/runtime.c
src/libbacktrace/configure
src/libbacktrace/config/libtool.m4
src/librustc_codegen_ssa/README.md
src/libstd/sys/cloudabi/abi/cloudabi.rs
src/libstd/os/raw/*.md
src/rustc/*/Cargo.toml
vendor/*/.travis.yml
vendor/*/Cargo.toml
vendor/*/CHANGELOG.md
vendor/*/CODE_OF_CONDUCT.md
vendor/*/CONTRIBUTORS.md
vendor/*/README.md
vendor/*/README.tpl
vendor/*/LICENSE
vendor/*/*/LICENSE
vendor/*/*/*/LICENSE
vendor/ammonia/src/lib.rs
vendor/clap/.github/CONTRIBUTING.md
# ^ author likes to omit line breaks in their comments
vendor/failure/book/src/bail-and-ensure.md
# ^ same with this one
vendor/handlebars/src/lib.rs
vendor/maplit/README.rst
vendor/lazy_static/src/lib.rs
vendor/pulldown-cmark/tests/footnotes.rs
vendor/pulldown-cmark/specs/footnotes.txt
vendor/pulldown-cmark-*/tests/footnotes.rs
vendor/pulldown-cmark-*/specs/footnotes.txt
vendor/stable_deref_trait/src/lib.rs
vendor/winapi-*/src/winnt.rs
vendor/winapi/src/lib.rs

# Embedded libraries, justified in README.source
# None atm

# False-positive, misc
src/stdsimd/.travis.yml
vendor/num/ci/deploy.enc
vendor/elasticlunr-rs/src/lang/*.rs
vendor/cloudabi/cloudabi.rs

# False-positive, hand-editable small image
src/etc/installer/gfx/
src/doc/nomicon/src/img/safeandunsafe.svg
src/doc/book/second-edition/src/img/*.png
src/doc/book/second-edition/src/img/*.svg
src/doc/book/src/img/ferris/*.svg
src/doc/book/src/img/*.png
src/doc/book/src/img/*.svg
src/doc/book/2018-edition/src/img/ferris/*.svg
src/doc/book/2018-edition/src/img/*.svg
src/doc/book/2018-edition/src/img/*.png
src/doc/book/tools/docx-to-md.xsl
src/librustdoc/html/static/*.svg
vendor/difference/assets/*.png
vendor/mdbook/src/theme/favicon.png
vendor/num/doc/favicon.ico
vendor/num/doc/rust-logo-128x128-blk-v2.png
vendor/pest/pest-logo.svg
vendor/pretty_assertions/examples/*.png
vendor/termion/logo.svg

# Example code
vendor/html5ever/examples/capi/tokenize.c

# Test data
src/stdsimd/crates/stdsimd-verify/x86-intel.xml
src/stdsimd/stdsimd/arch/detect/test_data
src/test/compile-fail/not-utf8.bin
src/test/*/*.rs
src/test/*/issues/*.rs
src/test/*/*/issues/*.rs
src/test/*/*.stderr
src/test/*/*/*.stderr
src/test/*/*/*/*.stderr
src/tools/*/tests/*/*.stderr
vendor/cssparser/src/css-parsing-tests/*.json
vendor/cssparser/src/big-data-url.css
vendor/elasticlunr-rs/tests/data/tr.in.txt
vendor/flate2/tests/*.gz
vendor/idna/tests/IdnaTest.txt
vendor/html5ever/data/bench/*.html
vendor/html5ever/html5lib-tests/*/*.dat
vendor/html5ever/html5lib-tests/*/*.test
vendor/pretty_assertions/src/format_changeset.rs
vendor/regex/src/testdata/basic.dat
vendor/regex/tests/crates_regex.rs
vendor/regex/tests/fowler.rs
vendor/regex-0*/src/testdata/basic.dat
vendor/regex-0*/tests/fowler.rs
vendor/rustc-demangle/src/lib.rs
vendor/tar/tests/archives/*.tar
vendor/toml/tests/*/*.toml
vendor/toml/tests/*/*.json
vendor/pest/benches/data.json
vendor/yaml-rust/tests/specexamples.rs.inc

# Compromise, ideally we'd autogenerate these
# Should already by documented in debian/copyright
src/librustdoc/html/static/normalize.css
vendor/unicode-normalization/src/tables.rs

# Compromise, ideally we'd package these in their own package
src/librustdoc/html/static/*.woff

# C and JS files not part of an external library
vendor/mdbook/src/theme/book.js
vendor/mdbook/src/theme/searcher/searcher.js
vendor/miniz-sys/miniz.c
vendor/walkdir/compare/nftw.c
vendor/walkdir-*/compare/nftw.c
