diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ /build/ /vendor/ -/doc/*.html -/doc/*.pdf +*.pdf +*.log +*.aux +*.toc a.out |
![]() |
index : elna | |
| Elna programming language compiles simple mathematical operations to RISC-V code. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 6 |
@@ -1,7 +1,9 @@ /build/ /vendor/ -/doc/*.html -/doc/*.pdf +*.pdf +*.log +*.aux +*.toc a.out |