vexriscv-rust/.gitattributes
Sean Cross 28ded4136a vexriscv: clone from riscv crate
Base the vexriscv crate on the riscv crate, but add vexriscv-specific
instructions.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-28 18:12:31 +08:00

16 lines
274 B
Plaintext

*.rs text eol=lf
*.S text eol=lf
*.a binary
*.h text eol=lf
*.s text eol=lf
*.S text eol=lf
README.* text eol=lf
LICENSE text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.ps1 text eol=crlf
.gitignore text eol=lf
.gitattributes text eol=lf
*.yml text eol=lf
*.toml text eol=lf