From 866774f45e194ec222ca8589dc58124b48e79f11 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Mon, 28 Dec 2020 18:11:27 -0800 Subject: [PATCH] Ignore output files. --- .gitignore | 1 + SRC/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 SRC/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e676d66 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.DAB \ No newline at end of file diff --git a/SRC/.gitignore b/SRC/.gitignore new file mode 100644 index 0000000..63df632 --- /dev/null +++ b/SRC/.gitignore @@ -0,0 +1 @@ +DOS/ \ No newline at end of file -- GitLab