From f9ff69e1c79f024ed188ad51642cca443aedfee2 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 11 Dec 2021 10:27:24 +0000 Subject: Get most of the functionality sort of working At least working enough to start trying this out, and finding the problems. --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a112683 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*.go +Makefile.in +Makefile +aclocal.m4 +autom4te.cache +config.log +config.status +configure + +build-aux/install-sh +build-aux/missing + +pre-inst-env + +.local.envrc + +*.db +*.db-shm +*.db-wal + +scripts/nar-herder + +nar-herder/config.scm -- cgit v1.2.3