mirror of https://github.com/libsdl-org/SDL
Fixed bug 4965 - Update the .hgignore file
Cameron Cawley This adds a number of files used by the build systems to the .hgignore file. Most of them are for CMake, but there are other additions as well.
This commit is contained in:
parent
ca2186a21b
commit
d19006c5be
24
.hgignore
24
.hgignore
|
@ -4,13 +4,30 @@ autom4te*
|
||||||
config.cache
|
config.cache
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
|
libtool
|
||||||
Makefile
|
Makefile
|
||||||
sdl-config
|
Makefile.rules
|
||||||
|
sdl2-config
|
||||||
|
sdl2-config.cmake
|
||||||
|
sdl2.pc
|
||||||
SDL2.spec
|
SDL2.spec
|
||||||
build
|
build
|
||||||
gen
|
gen
|
||||||
Build
|
Build
|
||||||
|
|
||||||
|
# for CMake
|
||||||
|
CMakeFiles/
|
||||||
|
CMakeCache.txt
|
||||||
|
cmake_install.cmake
|
||||||
|
cmake_uninstall.cmake
|
||||||
|
SDL2ConfigVersion.cmake
|
||||||
|
*.a
|
||||||
|
*.la
|
||||||
|
*.so
|
||||||
|
*.so.*
|
||||||
|
.ninja_*
|
||||||
|
*.ninja
|
||||||
|
|
||||||
# for CLion
|
# for CLion
|
||||||
.idea
|
.idea
|
||||||
cmake-build-*
|
cmake-build-*
|
||||||
|
@ -62,8 +79,6 @@ VisualC/visualtest/testsprite2_sample.parameters
|
||||||
# for Android
|
# for Android
|
||||||
android-project/local.properties
|
android-project/local.properties
|
||||||
|
|
||||||
sdl.pc
|
|
||||||
|
|
||||||
test/aclocal.m4
|
test/aclocal.m4
|
||||||
test/autom4te*
|
test/autom4te*
|
||||||
test/config.cache
|
test/config.cache
|
||||||
|
@ -128,10 +143,13 @@ test/testthread
|
||||||
test/testtimer
|
test/testtimer
|
||||||
test/testver
|
test/testver
|
||||||
test/testviewport
|
test/testviewport
|
||||||
|
test/testvulkan
|
||||||
test/testwm2
|
test/testwm2
|
||||||
test/testyuv
|
test/testyuv
|
||||||
test/torturethread
|
test/torturethread
|
||||||
test/*.exe
|
test/*.exe
|
||||||
|
test/*,e1f
|
||||||
|
test/*,ff8
|
||||||
test/*.dSYM
|
test/*.dSYM
|
||||||
buildbot
|
buildbot
|
||||||
test/buildbot
|
test/buildbot
|
||||||
|
|
Loading…
Reference in New Issue