From: Mikko Rasa Date: Sun, 8 Jan 2023 22:34:29 +0000 (+0200) Subject: Update .gitignore files X-Git-Url: http://git.tdb.fi/?p=libs%2Fgame.git;a=commitdiff_plain Update .gitignore files This includes pre-emptive changes for Windows build products. --- diff --git a/.gitignore b/.gitignore index 6816e2d..1846a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ .config temp -/libmspgame.a -/libmspgame.so -/libmspgameview.a -/libmspgameview.so -/mspgame.pc -/mspgame-setupgen +/builder-gametools.* +/libmspgame.* +/libmspgameview.* +/mspgame.* +/mspgame-* +/mspgame_static.* +/mspgameview.* +/mspgameview-* +/mspgame_static.* diff --git a/examples/bassteroids/.gitignore b/examples/bassteroids/.gitignore index b5f1d71..9cb0ee4 100644 --- a/examples/bassteroids/.gitignore +++ b/examples/bassteroids/.gitignore @@ -1 +1,2 @@ /bassteroids +/bassteroids.*