Skip to content

Commit

Permalink
Fixed bug 4965 - Update the .hgignore file
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Feb 4, 2020
1 parent ca2186a commit d19006c
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions .hgignore
Expand Up @@ -4,13 +4,30 @@ autom4te*
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-*
Expand Down Expand Up @@ -62,8 +79,6 @@ VisualC/visualtest/testsprite2_sample.parameters
# for Android
android-project/local.properties

sdl.pc

test/aclocal.m4
test/autom4te*
test/config.cache
Expand Down Expand Up @@ -128,10 +143,13 @@ test/testthread
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

0 comments on commit d19006c

Please sign in to comment.