1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-16 03:44:55 +02:00

gitignore: ignore .bin files.

This commit is contained in:
Henrik Hautakoski 2023-11-25 15:10:29 +01:00
parent 99c2f3dd05
commit f33b84f25a

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
*.o *.o
*.a *.a
*.bin
m16vm m16vm
m16as m16as