# HG changeset patch # User Sam Lantinga # Date 1297861233 28800 # Node ID 214da1e9fd7c4dc823320e0e82c2122dfe6cd87b # Parent 901a9e9ff0b75d2aa6b597816546e0f04d05c5e2 Updated HG ignore file for Visual C++ files diff -r 901a9e9ff0b7 -r 214da1e9fd7c .hgignore --- a/.hgignore Wed Feb 16 04:51:13 2011 -0800 +++ b/.hgignore Wed Feb 16 05:00:33 2011 -0800 @@ -8,6 +8,7 @@ SDL.spec SDL.qpg build + # for Xcode *.orig *.swp @@ -22,6 +23,14 @@ *.pbxuser (^|/)build($|/) .DS_Store + +# for Visual C++ +Debug +Release +*.user +*.ncb +*.suo + sdl.pc test/autom4te* test/config.cache @@ -46,7 +55,6 @@ test/testeyes test/testfile test/testfill -test/testgamma test/testgesture test/testgl test/testgl2 @@ -68,10 +76,14 @@ test/testplatform test/testpower test/testresample +test/testscale test/testsem +test/testshader +test/testshape test/testsprite test/testsprite2 test/testspriteminimal +test/teststreaming test/testtimer test/testver test/testvidinfo