]> git.tdb.fi Git - libs/datafile.git/commitdiff
Update .gitignore to include build products on Windows
authorMikko Rasa <tdb@tdb.fi>
Wed, 4 Jan 2023 11:06:34 +0000 (13:06 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 4 Jan 2023 11:06:34 +0000 (13:06 +0200)
.gitignore
tests/.gitignore [new file with mode: 0644]

index 7119609b4eda8fb29d4109e8c1fbde46198baa72..a46e217618ef7016631c031451609a66c2e95af5 100644 (file)
@@ -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 (file)
index 0000000..291b1eb
--- /dev/null
@@ -0,0 +1,2 @@
+/test
+/test.*