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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
diff --git a/.hgignore b/.hgignore
index ca23475..3e3f68f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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-*
@@ -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
@@ -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