diff options
author | Christopher Baines <mail@cbaines.net> | 2023-04-13 09:56:34 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-04-13 16:41:30 +0100 |
commit | 27c8de16b55dfe70180f0e17e12f442696708a53 (patch) | |
tree | 0c9260025f28b6948629e79762183b480fe52254 /.gitignore | |
download | bffe-27c8de16b55dfe70180f0e17e12f442696708a53.tar bffe-27c8de16b55dfe70180f0e17e12f442696708a53.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
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 |