Files
wasmtime/.gitattributes
Jamey Sharp 7682a40d62 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.
2023-01-13 11:03:50 -08:00

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