From 3bd8b0820652af153419d6a3588d0f69ed666d91 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 31 Oct 2025 15:34:54 +0100 Subject: Add a .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1e66ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +x86_64-linux-musl-native +x86_64-linux-musl-native.tgz +tests/* +!tests/*.c +!tests/Makefile +~ -- cgit v1.3