author | Sam Lantinga <slouken@libsdl.org> |
Thu, 27 Sep 2012 10:41:16 -0700 | |
changeset 6468 | 6af2a8db95d0 |
parent 6328 | 9a65b2bd4e01 |
child 6517 | 4a4031308518 |
permissions | -rw-r--r-- |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
1 |
syntax:glob |
6328 | 2 |
.svn |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
3 |
autom4te* |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
4 |
config.cache |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
5 |
config.log |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
6 |
config.status |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
7 |
Makefile |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
8 |
sdl-config |
6250
cce0ddcf6747
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
Sam Lantinga <slouken@libsdl.org>
parents:
6235
diff
changeset
|
9 |
SDL2.spec |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
10 |
build |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
11 |
|
4466
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
12 |
# for Xcode |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
13 |
*.orig |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
14 |
*.swp |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
15 |
*.tmp |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
16 |
*.rej |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
17 |
*~ |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
18 |
*.o |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
19 |
*.mode1* |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
20 |
*.model* |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
21 |
*.perspective* |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
22 |
*.perspective* |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
23 |
*.pbxuser |
ba66ff156955
Added the automated test plist file and modified .hgignore to be less aggressive.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
4418
diff
changeset
|
24 |
(^|/)build($|/) |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
25 |
.DS_Store |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
26 |
|
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
27 |
# for Visual C++ |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
28 |
Debug |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
29 |
Release |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
30 |
*.user |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
31 |
*.ncb |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
32 |
*.suo |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
33 |
|
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
34 |
sdl.pc |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
35 |
test/autom4te* |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
36 |
test/config.cache |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
37 |
test/config.log |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
38 |
test/config.status |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
39 |
test/Makefile |
6250
cce0ddcf6747
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
Sam Lantinga <slouken@libsdl.org>
parents:
6235
diff
changeset
|
40 |
test/SDL2.dll |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
41 |
test/checkkeys |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
42 |
test/loopwave |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
43 |
test/testatomic |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
44 |
test/testaudioinfo |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
45 |
test/testdraw2 |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
46 |
test/testerror |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
47 |
test/testfile |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
48 |
test/testgesture |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
49 |
test/testgl2 |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
50 |
test/testgles |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
51 |
test/testhaptic |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
52 |
test/testiconv |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
53 |
test/testime |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
54 |
test/testintersections |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
55 |
test/testjoystick |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
56 |
test/testkeys |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
57 |
test/testloadso |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
58 |
test/testlock |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
59 |
test/testmultiaudio |
6286
087aff26a39d
Updated the .hgignore for the current set of test programs
Sam Lantinga <slouken@libsdl.org>
parents:
6250
diff
changeset
|
60 |
test/testnative |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
61 |
test/testoverlay2 |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
62 |
test/testplatform |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
63 |
test/testpower |
6286
087aff26a39d
Updated the .hgignore for the current set of test programs
Sam Lantinga <slouken@libsdl.org>
parents:
6250
diff
changeset
|
64 |
test/testrendertarget |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
65 |
test/testresample |
5453
3b62bf709bc9
Added missing test program
Sam Lantinga <slouken@libsdl.org>
parents:
5318
diff
changeset
|
66 |
test/testrumble |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
67 |
test/testscale |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
68 |
test/testsem |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
69 |
test/testshader |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
70 |
test/testshape |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
71 |
test/testsprite2 |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
72 |
test/testspriteminimal |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
73 |
test/teststreaming |
6286
087aff26a39d
Updated the .hgignore for the current set of test programs
Sam Lantinga <slouken@libsdl.org>
parents:
6250
diff
changeset
|
74 |
test/testthread |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
75 |
test/testtimer |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
76 |
test/testver |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
77 |
test/testwm2 |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
78 |
test/torturethread |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
79 |
test/*.exe |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
80 |
test/*.dSYM |