Ignore files in cg_gcc example folder

This commit is contained in:
Guillaume Gomez 2024-07-17 20:21:52 +02:00
parent 261d92c07d
commit 12bedc3e2b
1 changed files with 1 additions and 0 deletions

View File

@ -52,4 +52,5 @@ ignore = [
"compiler/rustc_codegen_gcc/tests",
# Code automatically generated and included.
"compiler/rustc_codegen_gcc/src/intrinsic/archs.rs",
"compiler/rustc_codegen_gcc/example",
]