From 08125ea345949b44e7fda622139aa9e271ce3ee8 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 4 Jan 2023 13:06:34 +0200 Subject: [PATCH] Update .gitignore to include build products on Windows --- .gitignore | 10 ++++++---- tests/.gitignore | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 tests/.gitignore diff --git a/.gitignore b/.gitignore index 7119609..a46e217 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ .config temp -/libmspdatafile.a -/libmspdatafile.so -/mspdatafile.pc +/libmspdatafile.* +/libmspdatafile.* +/mspdatafile.* +/mspdatafile-* +/mspdatafile_static.* /mspdatatool -/tests/test +/mspdatatool.* diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..291b1eb --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +/test +/test.* -- 2.45.2