From: Mikko Rasa Date: Wed, 4 Jan 2023 11:06:34 +0000 (+0200) Subject: Update .gitignore to include build products on Windows X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=08125ea345949b44e7fda622139aa9e271ce3ee8;p=libs%2Fdatafile.git Update .gitignore to include build products on Windows --- 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.*