]> git.tdb.fi Git - libs/gl.git/commitdiff
Add Windows build products to .gitignore
authorMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 10:37:42 +0000 (13:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 10:37:42 +0000 (13:37 +0300)
.gitignore

index 5d0d8ada54ed06bb6dd82868ae4e11b691dd05ae..ffab32d100fdf0227242a2fb49e6dd4a35657d84 100644 (file)
@@ -1,11 +1,15 @@
 .config
 temp
 /desertpillars
+/desertpillars.*
 /forestpond
+/forestpond.*
 /glslcompiler
-/libmspgl.a
-/libmspgl.so
-/libmspgl.dylib
-/mspgl.pc
+/glslcompiler.*
+/libmspgl.*
+/mspgl.*
+/mspgl-*
+/mspgl_static.*
 /tests/glsltest
 /viewer
+/viewer.*