SDL_mixer: Remove .hgignore and add .gitignore

From 16d548a20cd4e7b6caf23a704275310da7e11e88 Mon Sep 17 00:00:00 2001
From: Amir <[EMAIL REDACTED]>
Date: Tue, 16 Feb 2021 11:21:39 +0300
Subject: [PATCH] Remove .hgignore and add .gitignore

---
 .hgignore => .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename .hgignore => .gitignore (85%)

diff --git a/.hgignore b/.gitignore
similarity index 85%
rename from .hgignore
rename to .gitignore
index 8c63f13..e0bcc8f 100644
--- a/.hgignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
-syntax:regexp
-^build
-syntax:glob
+build*
 autom4te*
 config.cache
 config.log
@@ -24,3 +22,5 @@ xcuserdata
 *.xcworkspace
 SDL2_mixer.pc
 SDL2_mixer.spec
+.vs
+.vscode