From 5e42b0b85d1920191a6cf555a23e08f96d58a7e6 Mon Sep 17 00:00:00 2001 From: stevenhowes <38082088+stevenhowes@users.noreply.github.com> Date: Thu, 18 Mar 2021 22:23:10 +0000 Subject: [PATCH] Try to fix up Acorn C weirdness on github --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5e75151 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +c/* linguist-language=C \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..044d0ff --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +o/*