From 5acbc44d2d6c89fd984ef2353f81f73d4e227a33 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 31 Aug 2020 13:38:22 +0100 Subject: Initial commit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10520ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*.go +Makefile.in +Makefile +aclocal.m4 +autom4te.cache +config.log +config.status +configure + +build-aux/install-sh +build-aux/missing + +*.log +tests/*.log +tests/*.trs + +pre-inst-env + +.local.envrc -- cgit v1.2.3