diff options
| author | Mustafa Quraish <[email protected]> | 2022-02-08 01:58:54 -0500 |
|---|---|---|
| committer | Mustafa Quraish <[email protected]> | 2022-02-08 02:07:16 -0500 |
| commit | 6e5abc5ab84b56a47e89a3416a38a82f9f966a8c (patch) | |
| tree | 37f831dcb55318b426d7696c764b033439d865d5 | |
| parent | [cup] Remove unnecessary function from codegen, add info to README (diff) | |
| download | cup-6e5abc5ab84b56a47e89a3416a38a82f9f966a8c.tar.xz cup-6e5abc5ab84b56a47e89a3416a38a82f9f966a8c.zip | |
Mark bootstrap files as binary in `.gitattributes`
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index e785f75..4ef460a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.cup linguist-language=Rust
\ No newline at end of file +*.cup linguist-language=Rust +bootstrap/*.nasm binary -text -diff |