From 516376601e3fbac66aad55ddd6fc6276c257596a Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 16 Sep 2023 14:40:14 +0300 Subject: [PATCH] Ignore Windows build products --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c773a80..f991d01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ .config temp -/libmspmath.a -/libmspmath.so -/mspmath.pc +/libmspmath.* +/mspmath.* +/mspmath-* +/mspmath_static.* /raytrace +/raytrace.* /tests/test +/tests/test.* -- 2.45.2