updates to .gitignore

This commit is contained in:
Ozkan Sezer 2021-02-13 20:50:24 +03:00
parent 3937eefcfb
commit 67a9d6ba98
1 changed files with 18 additions and 11 deletions

29
.gitignore vendored
View File

@ -14,16 +14,30 @@ build
gen gen
Build Build
*.so
*.so.*
*.dll
*.o
*.obj
*.lib
*.a
*.la
*.lnk
*.err
*.exp
*.map
*.orig
*~
*.swp
*.tmp
*.rej
# for CMake # for CMake
CMakeFiles/ CMakeFiles/
CMakeCache.txt CMakeCache.txt
cmake_install.cmake cmake_install.cmake
cmake_uninstall.cmake cmake_uninstall.cmake
SDL2ConfigVersion.cmake SDL2ConfigVersion.cmake
*.a
*.la
*.so
*.so.*
.ninja_* .ninja_*
*.ninja *.ninja
@ -32,12 +46,6 @@ SDL2ConfigVersion.cmake
cmake-build-* cmake-build-*
# for Xcode # for Xcode
*.orig
*.swp
*.tmp
*.rej
*~
*.o
*.mode1* *.mode1*
*.perspective* *.perspective*
*.pbxuser *.pbxuser
@ -85,7 +93,6 @@ test/config.cache
test/config.log test/config.log
test/config.status test/config.status
test/Makefile test/Makefile
test/SDL2.dll
test/checkkeys test/checkkeys
test/controllermap test/controllermap
test/loopwave test/loopwave