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.
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
# Use LF-style line endings for all text files.
|
|
* text=auto eol=lf
|
|
|
|
# Older git versions try to fix line endings on images, this prevents it.
|
|
*.png binary
|
|
*.ico binary
|
|
*.wasm binary
|
|
|
|
# ISLE should use lisp syntax highlighting.
|
|
*.isle linguist-language=lisp
|