Add benchmarkrun and *.wasm to .gitignore (#2400)

* Add `benchmarkrun` and `*.wasm` to .gitignore
* add .s assembly files too
This commit is contained in:
Zack Puhl
2025-08-14 14:49:18 -04:00
committed by GitHub
parent 858f8d2405
commit 8cfdb76869

4
.gitignore vendored
View File

@@ -1,12 +1,16 @@
# Prerequisites
*.d
testrun
benchmarkrun
# Object files
*.o
*.ko
*.obj
*.elf
*.ll
*.wasm
*.s
# Linker output
*.ilk