mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
17 lines
394 B
TOML
17 lines
394 B
TOML
[files]
|
|
extend-exclude = [
|
|
"*.svg",
|
|
"*.fr.md",
|
|
"*.es.md",
|
|
"*.pt-BR.md",
|
|
"blog/config.toml",
|
|
]
|
|
|
|
[default.extend-words]
|
|
IST = "IST" # Interrupt Stack Table
|
|
SEH = "SEH" # structured exception handling
|
|
|
|
[default.extend-identifiers]
|
|
TheBegining = "TheBegining" # GitHub user mentioned in status reports
|
|
h015bf61815bb8afe = "h015bf61815bb8afe" # mangled name used in code example
|