From 27c8de16b55dfe70180f0e17e12f442696708a53 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 13 Apr 2023 09:56:34 +0100 Subject: Initial commit --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edb2997 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.go +Makefile.in +Makefile +aclocal.m4 +autom4te.cache +config.log +config.status +configure + +build-aux/install-sh +build-aux/missing + +scripts/bffe +pre-inst-env + +.local.envrc -- cgit v1.2.3