From: Mikko Rasa Date: Tue, 5 Sep 2023 10:37:42 +0000 (+0300) Subject: Add Windows build products to .gitignore X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=d6b1b989016c4a2fce75ac5eb3c452444bd4bb99;p=libs%2Fgl.git Add Windows build products to .gitignore --- diff --git a/.gitignore b/.gitignore index 5d0d8ada..ffab32d1 100644 --- a/.gitignore +++ b/.gitignore @@ -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.*