SDL_mixer: .gitignore instead of .hgignore

From b97b60dc12d8bdb773191bec446b23bd0db210be Mon Sep 17 00:00:00 2001
From: Wohlstand <[EMAIL REDACTED]>
Date: Sat, 3 Apr 2021 21:07:23 +0300
Subject: [PATCH] .gitignore instead of .hgignore

---
 .hgignore => .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
 rename .hgignore => .gitignore (55%)

diff --git a/.hgignore b/.gitignore
similarity index 55%
rename from .hgignore
rename to .gitignore
index a5999c2..09642dd 100644
--- a/.hgignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-syntax:glob
 autom4te*
 config.cache
 config.log
@@ -8,3 +7,8 @@ SDL_mixer.pc
 SDL_mixer.qpg
 SDL_mixer.spec
 libtool
+
+build/*
+# Ignore these when swwitching between branches
+SDL2_mixer.pc
+SDL2_mixer.spec