git: ignore expected compiler programs and results
authorMischa Poslawsky <wormy@shiar.org>
Wed, 25 Feb 2009 05:11:30 +0000 (06:11 +0100)
committerMischa Poslawsky <wormy@shiar.org>
Mon, 2 Mar 2009 21:42:35 +0000 (22:42 +0100)
.gitignore [new file with mode: 0644]

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]
+