git: ignore expected compiler programs and results
[wormy.git] / .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..349b6a8
--- /dev/null
@@ -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]
+