diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-02-16 05:00:33 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-02-16 05:00:33 -0800 |
commit | 911522c1fe7d75202a7c75069ad20e6b07bdc03d (patch) | |
tree | 262902ef3e904235f330ab1e62a376c4949b1b8f /.hgignore | |
parent | c2204a539cfc7f495318ef6a07409add3705f112 (diff) |
Updated HG ignore file for Visual C++ files
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -8,6 +8,7 @@ sdl-config SDL.spec SDL.qpg build + # for Xcode *.orig *.swp @@ -22,6 +23,14 @@ build *.pbxuser (^|/)build($|/) .DS_Store + +# for Visual C++ +Debug +Release +*.user +*.ncb +*.suo + sdl.pc test/autom4te* test/config.cache @@ -46,7 +55,6 @@ test/testerror test/testeyes test/testfile test/testfill -test/testgamma test/testgesture test/testgl test/testgl2 @@ -68,10 +76,14 @@ test/testpalette 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 |