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 # Prerequisites
*.d *.d
testrun testrun
benchmarkrun
# Object files # Object files
*.o *.o
*.ko *.ko
*.obj *.obj
*.elf *.elf
*.ll *.ll
*.wasm
*.s
# Linker output # Linker output
*.ilk *.ilk