game-music-emu: Merged in gitignore-updates (pull request #35)

From ead6f9103a1b09233d7d9b71920855a3b6b686ef Mon Sep 17 00:00:00 2001
From: Wohlstand <[EMAIL REDACTED]>
Date: Wed, 8 Jun 2022 21:04:04 +0300
Subject: [PATCH] .gitignore: Ignore Qt Creator's build directories

In some setup variants, these directories may be created inside the project directory.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 03050ac..5414169 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 # Ignore "build" folder
 build/*
+build-*/
 
 # Intellij-based IDE local settings
 .idea/*