From 567c28e71716cb709a49dec8d1c60be9ad879f80 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 5 Dec 2023 23:13:36 +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..0c437fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# SPDX-License-Identifier: CC0-1.0 +# +# Copyright (C) 2023 Wojtek Kosior + +*.go +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +autotools-aux +config.log +config.status +configure +configure~ +myra-test-utils-*.tar.gz +*.ChangeLog -- cgit v1.2.3