From 68dbc05a25b56f9626782c8380c92dedfa0c613f Mon Sep 17 00:00:00 2001 From: Mischa Poslawsky Date: Wed, 25 Feb 2009 06:11:30 +0100 Subject: [PATCH 1/1] git: ignore expected compiler programs and results --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore 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] + -- 2.30.0