SDL: Removed QtCreator entries from .gitignore

From 6084d60c66892c04e632afd7b5c863cfc256a9ea Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 4 Jan 2023 11:18:18 -0800
Subject: [PATCH] Removed QtCreator entries from .gitignore

We don't use QtCreator in the SDL project, and it matches the build-scripts directory
---
 .gitignore | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8d91ed621983..6a161a7be29a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,11 +48,6 @@ cmake-build-*
 xcuserdata
 *.xcworkspace
 
-# for QtCreator
-CMakeLists.txt.user
-build*/
-*.pro.user*
-
 # for Visual C++
 .vs
 Debug