git: ignore expected compiler programs and results
[wormy.git] / .gitignore
1 # common dos utils which need or prefer to run at the cwd
2 /tasm80.tab
3 /tasm.exe
4 /prgm86.exe
5
6 # ti86 build (by-)products
7 /*.obj
8 /*.lst
9 /*.86[psg]
10