diff options
| author | jvoisin | 2025-10-31 15:34:54 +0100 |
|---|---|---|
| committer | jvoisin | 2025-10-31 22:16:21 +0100 |
| commit | 3bd8b0820652af153419d6a3588d0f69ed666d91 (patch) | |
| tree | 1ac0d1abed30e0b23756e1ca0d78097102566f7c | |
| parent | 249492e08adbf034976770ab3b021ba093a2ab18 (diff) | |
Add a .gitignore
| -rw-r--r-- | .gitignore | 6 |
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 @@ | |||
| 1 | x86_64-linux-musl-native | ||
| 2 | x86_64-linux-musl-native.tgz | ||
| 3 | tests/* | ||
| 4 | !tests/*.c | ||
| 5 | !tests/Makefile | ||
| 6 | ~ | ||
