.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 <smcv@collabora.com>
main
Simon McVittie 2022-12-13 12:20:35 +00:00 committed by Ryan C. Gordon
parent 650e16a824
commit 4a46a9e372
1 changed files with 6 additions and 6 deletions

12
.gitignore vendored
View File

@ -6,11 +6,11 @@ config.status
libtool libtool
Makefile Makefile
Makefile.rules Makefile.rules
sdl2-config sdl3-config
sdl2-config.cmake sdl3-config.cmake
sdl2-config-version.cmake sdl3-config-version.cmake
sdl2.pc sdl3.pc
SDL2.spec SDL3.spec
build build
gen gen
Build Build
@ -45,7 +45,7 @@ CMakeFiles/
CMakeCache.txt CMakeCache.txt
cmake_install.cmake cmake_install.cmake
cmake_uninstall.cmake cmake_uninstall.cmake
SDL2ConfigVersion.cmake SDL3ConfigVersion.cmake
.ninja_* .ninja_*
*.ninja *.ninja