diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-12-05 23:13:36 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-12-12 19:18:26 +0100 |
commit | 567c28e71716cb709a49dec8d1c60be9ad879f80 (patch) | |
tree | 28e2f1087e8a7e14bb81971e8d0907c7104a758d /.gitignore | |
download | myra-test-utils-567c28e71716cb709a49dec8d1c60be9ad879f80.tar.gz myra-test-utils-567c28e71716cb709a49dec8d1c60be9ad879f80.zip |
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..0c437fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# SPDX-License-Identifier: CC0-1.0 +# +# Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org> + +*.go +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +autotools-aux +config.log +config.status +configure +configure~ +myra-test-utils-*.tar.gz +*.ChangeLog |