ignore: Add contrib

Ignore all files in contrib/* as we do not want to touch files there in any way,
at least for now.
This commit is contained in:
Amar Takhar
2026-01-23 16:51:13 -05:00
committed by Kinsey Moore
parent ec711f1ae9
commit 8ab6a256d3

View File

@@ -1,6 +1,9 @@
["defaults"]
exclude = ["format", "spell"]
[[ignore."contrib"]]
files = ["contrib/*"]
[[ignore."cpukit/dev"]]
files = ["cpukit/dev/iovprintf.c"]