From 4a46a9e372479605d003d1d2b4d0cbd583d4e18f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 13 Dec 2022 12:20:35 +0000 Subject: [PATCH] .gitignore: Replace all SDL2 with SDL3 Some of these are probably unnecessary now that Autotools (with its optional in-tree builds) has been deleted in favour of CMake (with mandatory out-of-tree builds), but let's be consistent. Spotted while doing a `git grep` for other bugs of the same form as #6801. Signed-off-by: Simon McVittie --- .gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index c978a6db2..2bcb2a105 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,11 @@ config.status libtool Makefile Makefile.rules -sdl2-config -sdl2-config.cmake -sdl2-config-version.cmake -sdl2.pc -SDL2.spec +sdl3-config +sdl3-config.cmake +sdl3-config-version.cmake +sdl3.pc +SDL3.spec build gen Build @@ -45,7 +45,7 @@ CMakeFiles/ CMakeCache.txt cmake_install.cmake cmake_uninstall.cmake -SDL2ConfigVersion.cmake +SDL3ConfigVersion.cmake .ninja_* *.ninja