From e5be2d50f4785317f9f42b64d58831ccf907795a Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 9 Jan 2023 00:34:29 +0200 Subject: [PATCH] Update .gitignore files This includes pre-emptive changes for Windows build products. --- .gitignore | 15 +++++++++------ examples/bassteroids/.gitignore | 1 + 2 files changed, 10 insertions(+), 6 deletions(-) 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.* -- 2.43.0