mirror of https://github.com/encounter/SDL.git
updates to .gitignore
This commit is contained in:
parent
3937eefcfb
commit
67a9d6ba98
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue