gitignore: add object files

This commit is contained in:
Luna 2019-09-21 23:56:35 -03:00
parent a1bf15fe4d
commit 4a2cc4b524
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
zig-cache/
*.bc
*.ll
*.o