summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2025-10-31 15:34:54 +0100
committerjvoisin2025-10-31 22:16:21 +0100
commit3bd8b0820652af153419d6a3588d0f69ed666d91 (patch)
tree1ac0d1abed30e0b23756e1ca0d78097102566f7c
parent249492e08adbf034976770ab3b021ba093a2ab18 (diff)
Add a .gitignore
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b1e66ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
1x86_64-linux-musl-native
2x86_64-linux-musl-native.tgz
3tests/*
4!tests/*.c
5!tests/Makefile
6~