From: Mischa Poslawsky Date: Wed, 25 Feb 2009 05:11:30 +0000 (+0100) Subject: git: ignore expected compiler programs and results X-Git-Url: http://git.shiar.nl/wormy.git/commitdiff_plain/68dbc05a25b56f9626782c8380c92dedfa0c613f?ds=sidebyside git: ignore expected compiler programs and results --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..349b6a8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# common dos utils which need or prefer to run at the cwd +/tasm80.tab +/tasm.exe +/prgm86.exe + +# ti86 build (by-)products +/*.obj +/*.lst +/*.86[psg] +