mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
25 lines
494 B
TOML
25 lines
494 B
TOML
[files]
|
|
extend-exclude = [
|
|
".git/",
|
|
"design/language/Abilities.md",
|
|
"src/snapshots/fuzz_crash",
|
|
"crates/vendor/",
|
|
"authors",
|
|
"crates",
|
|
"examples/static-site-gen/input/",
|
|
"COPYRIGHT",
|
|
"crates/compiler/checkmate/www/package-lock.json",
|
|
"src/build/zig_llvm.h",
|
|
"test/snapshots/",
|
|
"build.zig.zon",
|
|
]
|
|
|
|
[default]
|
|
extend-ignore-identifiers-re = [".*_SME_.*"]
|
|
|
|
[default.extend-words]
|
|
HSA = "HSA"
|
|
typ = "typ"
|
|
ba = "ba"
|
|
Trys = "Trys"
|
|
sigfault = "sigfault"
|