From 67a9d6ba98fdba24c44fbf59928a5213fcaccafa Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 13 Feb 2021 20:50:24 +0300 Subject: [PATCH] updates to .gitignore --- .gitignore | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 9ee2ec8f3..4a9a5da71 100644 --- a/.gitignore +++ b/.gitignore @@ -14,16 +14,30 @@ build gen Build +*.so +*.so.* +*.dll +*.o +*.obj +*.lib +*.a +*.la +*.lnk +*.err +*.exp +*.map +*.orig +*~ +*.swp +*.tmp +*.rej + # for CMake CMakeFiles/ CMakeCache.txt cmake_install.cmake cmake_uninstall.cmake SDL2ConfigVersion.cmake -*.a -*.la -*.so -*.so.* .ninja_* *.ninja @@ -32,12 +46,6 @@ SDL2ConfigVersion.cmake cmake-build-* # for Xcode -*.orig -*.swp -*.tmp -*.rej -*~ -*.o *.mode1* *.perspective* *.pbxuser @@ -85,7 +93,6 @@ test/config.cache test/config.log test/config.status test/Makefile -test/SDL2.dll test/checkkeys test/controllermap test/loopwave