gitignore: add object files
This commit is contained in:
parent
a1bf15fe4d
commit
4a2cc4b524
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
zig-cache/
|
zig-cache/
|
||||||
*.bc
|
*.bc
|
||||||
*.ll
|
*.ll
|
||||||
|
*.o
|
||||||
|
|
Loading…
Reference in a new issue