From 03f8528315fa46c95991a34f3325d7b33ae5538c Mon Sep 17 00:00:00 2001 From: Edward Rudd <urkle@outoforder.cc> Date: Sat, 02 May 2020 21:48:36 +0000 Subject: [PATCH] Update source to SDL2 2.0.12 --- source/.hgignore | 28 ++++++++++++++++++++++++++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/source/.hgignore b/source/.hgignore index d839b71..3e3f68f 100644 --- a/source/.hgignore +++ b/source/.hgignore @@ -4,12 +4,33 @@ config.cache config.log config.status +libtool Makefile -sdl-config +Makefile.rules +sdl2-config +sdl2-config.cmake +sdl2.pc SDL2.spec build gen Build + +# for CMake +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +cmake_uninstall.cmake +SDL2ConfigVersion.cmake +*.a +*.la +*.so +*.so.* +.ninja_* +*.ninja + +# for CLion +.idea +cmake-build-* # for Xcode *.orig @@ -58,7 +79,7 @@ # for Android android-project/local.properties -sdl.pc +test/aclocal.m4 test/autom4te* test/config.cache test/config.log @@ -122,10 +143,13 @@ test/testtimer test/testver test/testviewport +test/testvulkan test/testwm2 test/testyuv test/torturethread test/*.exe +test/*,e1f +test/*,ff8 test/*.dSYM buildbot test/buildbot -- Gitblit v1.9.3