From 1a512ff28f681bfa320989bfb46ff144c824c22a Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 4 Apr 2021 00:16:40 +0300
Subject: [PATCH] updated .gitignore
---
.gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 43 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 6ac7aa8..6497ab8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+aclocal.m4
autom4te*
config.cache
config.log
@@ -7,12 +8,48 @@ SDL_mixer.pc
SDL_mixer.qpg
SDL_mixer.spec
libtool
+build
-/build/*
-build-*
-# Ignore these when swwitching between branches
-SDL2_mixer.pc
-SDL2_mixer.spec
-/aclocal.m4
+*.so
+*.so.*
+*.dll
+*.exe
+*.o
+*.obj
+*.lib
+*.a
+*.la
+*.dSYM
+*,e1f
+*,ff8
+*.lnk
+*.err
+*.exp
+*.map
+*.orig
+*~
+*.swp
+*.tmp
+*.rej
+
+# for Xcode
+*.mode1*
+*.perspective*
+*.pbxuser
+(^|/)build($|/)
+.DS_Store
+xcuserdata
+*.xcworkspace
+
+# for Visual C++
+.vs
+Debug
+Release
*.user
+*.ncb
+*.suo
+*.sdf
+# Ignore these when switching between branches
+SDL2_mixer.pc
+SDL2_mixer.spec