From 87005dc16583a08caea241999a40dd6c731c91e1 Mon Sep 17 00:00:00 2001 From: Aleksei Chubukov Date: Sat, 2 Dec 2023 23:34:00 +0400 Subject: [PATCH] add .gitignore for tests --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/.gitignore diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..c4f9b0a --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +/test_* +!test_*.c