generated-code.rs is not itself generated code (#5571)

cranelift/codegen/src/isa/*/lower/isle/generated_code.rs are
hand-written modules that `include!` the actual generated code.

Tagging these hand-written files as `linguist-generated` in
.gitattributes tells GitHub not to show them in diffs by default. But
they're actually important to review, so they should be included in
diffs.
This commit is contained in:
Jamey Sharp
2023-01-13 11:03:50 -08:00
committed by GitHub
parent cbeec5ddb9
commit 7682a40d62

4
.gitattributes vendored
View File

@@ -8,7 +8,3 @@
# ISLE should use lisp syntax highlighting.
*.isle linguist-language=lisp
# Tell GitHub this is generated code, and doesn't need to be shown in diffs by
# default.
cranelift/codegen/src/isa/*/lower/isle/generated_code.rs linguist-generated