.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
parent
650e16a824
commit
4a46a9e372
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue