From 6084d60c66892c04e632afd7b5c863cfc256a9ea Mon Sep 17 00:00:00 2001 From: Sam Lantinga 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 8d91ed621..6a161a7be 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