3ByteBadVM/.gitignore

10 lines
125 B
Plaintext
Raw Normal View History

2021-04-21 04:08:19 +00:00
# don't commit object files or anything in bin
*.bin
*.o
bin/
# ...except for ass.sh, we want to include that
!bin/ass.sh