author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Wed, 27 Jul 2016 20:47:08 +0200 | |
changeset 10211 | 2e4c1b2fce79 |
parent 10109 | 54209cfab627 |
child 10213 | 4b0893d63092 |
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 |
7232
6f17d930be39
Need to generate aclocal.m4 when rebuilding configure, but we don't need to check it in.
Sam Lantinga <slouken@libsdl.org>
parents:
6958
diff
changeset
|
2 |
aclocal.m4 |
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 |
9487
f9fbc2d1edb0
Misc. iOS code improvements.
Alex Szpakowski <slime73@gmail.com>
parents:
8953
diff
changeset
|
11 |
Build |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
12 |
|
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
|
13 |
# 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
|
14 |
*.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
|
15 |
*.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
|
16 |
*.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
|
17 |
*.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
|
18 |
*~ |
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 |
*.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
|
20 |
*.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
|
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 |
*.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
|
23 |
(^|/)build($|/) |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
24 |
.DS_Store |
9765
49bbcbc7e8a9
Cleaned up Xcode rules a little more
Sam Lantinga <slouken@libsdl.org>
parents:
9764
diff
changeset
|
25 |
xcuserdata |
49bbcbc7e8a9
Cleaned up Xcode rules a little more
Sam Lantinga <slouken@libsdl.org>
parents:
9764
diff
changeset
|
26 |
*.xcworkspace |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
27 |
|
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
28 |
# for Visual C++ |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
29 |
Debug |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
30 |
Release |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
31 |
*.user |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
32 |
*.ncb |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
33 |
*.suo |
7572
e3c45fdcd18d
Added extra Visual C++ files to the ignore list
Sam Lantinga <slouken@libsdl.org>
parents:
7232
diff
changeset
|
34 |
*.sdf |
8848
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
35 |
VisualC/tests/loopwave/sample.wav |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
36 |
VisualC/tests/testautomation/CompareSurfaces0001_Reference.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
37 |
VisualC/tests/testautomation/CompareSurfaces0001_TestOutput.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
38 |
VisualC/tests/testgamecontroller/axis.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
39 |
VisualC/tests/testgamecontroller/button.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
40 |
VisualC/tests/testgamecontroller/controllermap.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
41 |
VisualC/tests/testoverlay2/moose.dat |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
42 |
VisualC/tests/testrendertarget/icon.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
43 |
VisualC/tests/testrendertarget/sample.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
44 |
VisualC/tests/testscale/icon.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
45 |
VisualC/tests/testscale/sample.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
46 |
VisualC/tests/testsprite2/icon.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
47 |
VisualC/visualtest/icon.bmp |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
48 |
VisualC/visualtest/testquit.actions |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
49 |
VisualC/visualtest/testquit.config |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
50 |
VisualC/visualtest/testquit.exe |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
51 |
VisualC/visualtest/testquit.parameters |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
52 |
VisualC/visualtest/testsprite2.exe |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
53 |
VisualC/visualtest/testsprite2_sample.actions |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
54 |
VisualC/visualtest/testsprite2_sample.config |
b74331359016
Ignore Visual Studio test data files
Sam Lantinga <slouken@libsdl.org>
parents:
8152
diff
changeset
|
55 |
VisualC/visualtest/testsprite2_sample.parameters |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
56 |
|
6907
a12c142a37cc
Removed local.properties from android-project folder
Sam Lantinga <slouken@libsdl.org>
parents:
6859
diff
changeset
|
57 |
# for Android |
a12c142a37cc
Removed local.properties from android-project folder
Sam Lantinga <slouken@libsdl.org>
parents:
6859
diff
changeset
|
58 |
android-project/local.properties |
a12c142a37cc
Removed local.properties from android-project folder
Sam Lantinga <slouken@libsdl.org>
parents:
6859
diff
changeset
|
59 |
|
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
60 |
sdl.pc |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
61 |
test/autom4te* |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
62 |
test/config.cache |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
63 |
test/config.log |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
64 |
test/config.status |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
65 |
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
|
66 |
test/SDL2.dll |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
67 |
test/checkkeys |
9550
e32baab8aef9
Ignore some more test binaries.
Rohit Nirmal <rohitnirmal9@gmail.com>
parents:
9507
diff
changeset
|
68 |
test/controllermap |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
69 |
test/loopwave |
9012
aa058c87737b
Added audio device buffer queueing API.
Ryan C. Gordon <icculus@icculus.org>
parents:
8953
diff
changeset
|
70 |
test/loopwavequeue |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
71 |
test/testatomic |
9550
e32baab8aef9
Ignore some more test binaries.
Rohit Nirmal <rohitnirmal9@gmail.com>
parents:
9507
diff
changeset
|
72 |
test/testaudiohotplug |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
73 |
test/testaudioinfo |
6958
3aecdfd1c68b
Added new tests to the .hgignore file
Sam Lantinga <slouken@libsdl.org>
parents:
6907
diff
changeset
|
74 |
test/testautomation |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
75 |
test/testdraw2 |
9550
e32baab8aef9
Ignore some more test binaries.
Rohit Nirmal <rohitnirmal9@gmail.com>
parents:
9507
diff
changeset
|
76 |
test/testdrawchessboard |
e32baab8aef9
Ignore some more test binaries.
Rohit Nirmal <rohitnirmal9@gmail.com>
parents:
9507
diff
changeset
|
77 |
test/testdropfile |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
78 |
test/testerror |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
79 |
test/testfile |
6958
3aecdfd1c68b
Added new tests to the .hgignore file
Sam Lantinga <slouken@libsdl.org>
parents:
6907
diff
changeset
|
80 |
test/testgamecontroller |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
81 |
test/testgesture |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
82 |
test/testgl2 |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
83 |
test/testgles |
9550
e32baab8aef9
Ignore some more test binaries.
Rohit Nirmal <rohitnirmal9@gmail.com>
parents:
9507
diff
changeset
|
84 |
test/testgles2 |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
85 |
test/testhaptic |
8935
9d2f0236322b
Changed drag area API to a hit-testing API.
Ryan C. Gordon <icculus@icculus.org>
parents:
8931
diff
changeset
|
86 |
test/testhittesting |
9550
e32baab8aef9
Ignore some more test binaries.
Rohit Nirmal <rohitnirmal9@gmail.com>
parents:
9507
diff
changeset
|
87 |
test/testhotplug |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
88 |
test/testiconv |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
89 |
test/testime |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
90 |
test/testintersections |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
91 |
test/testjoystick |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
92 |
test/testkeys |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
93 |
test/testloadso |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
94 |
test/testlock |
6658
1f867cd3e2aa
Added new test to ignore list
Sam Lantinga <slouken@libsdl.org>
parents:
6517
diff
changeset
|
95 |
test/testmessage |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
96 |
test/testmultiaudio |
6286
087aff26a39d
Updated the .hgignore for the current set of test programs
Sam Lantinga <slouken@libsdl.org>
parents:
6250
diff
changeset
|
97 |
test/testnative |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
98 |
test/testoverlay2 |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
99 |
test/testplatform |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
100 |
test/testpower |
7667
be1cc6f55840
Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
Ryan C. Gordon <icculus@icculus.org>
parents:
7572
diff
changeset
|
101 |
test/testfilesystem |
6517
4a4031308518
Added a couple new test executables to be ignored
Sam Lantinga <slouken@libsdl.org>
parents:
6328
diff
changeset
|
102 |
test/testrelative |
4a4031308518
Added a couple new test executables to be ignored
Sam Lantinga <slouken@libsdl.org>
parents:
6328
diff
changeset
|
103 |
test/testrendercopyex |
6286
087aff26a39d
Updated the .hgignore for the current set of test programs
Sam Lantinga <slouken@libsdl.org>
parents:
6250
diff
changeset
|
104 |
test/testrendertarget |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
105 |
test/testresample |
5453
3b62bf709bc9
Added missing test program
Sam Lantinga <slouken@libsdl.org>
parents:
5318
diff
changeset
|
106 |
test/testrumble |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
107 |
test/testscale |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
108 |
test/testsem |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
109 |
test/testshader |
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
110 |
test/testshape |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
111 |
test/testsprite2 |
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
112 |
test/testspriteminimal |
5318
214da1e9fd7c
Updated HG ignore file for Visual C++ files
Sam Lantinga <slouken@libsdl.org>
parents:
5310
diff
changeset
|
113 |
test/teststreaming |
6286
087aff26a39d
Updated the .hgignore for the current set of test programs
Sam Lantinga <slouken@libsdl.org>
parents:
6250
diff
changeset
|
114 |
test/testthread |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
115 |
test/testtimer |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
116 |
test/testver |
9550
e32baab8aef9
Ignore some more test binaries.
Rohit Nirmal <rohitnirmal9@gmail.com>
parents:
9507
diff
changeset
|
117 |
test/testviewport |
4862
7b1d35d98294
Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows
Sam Lantinga <slouken@libsdl.org>
diff
changeset
|
118 |
test/testwm2 |
10019
36f7e8084508
Added SDL_GetDisplayUsableBounds().
Ryan C. Gordon <icculus@icculus.org>
parents:
9800
diff
changeset
|
119 |
test/testbounds |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
120 |
test/torturethread |
9800
978b538d177e
Added test/testdisplayinfo.c
Ryan C. Gordon <icculus@icculus.org>
parents:
9765
diff
changeset
|
121 |
test/testdisplayinfo |
10109
54209cfab627
A simple test program for SDL_qsort().
Ryan C. Gordon <icculus@icculus.org>
parents:
10019
diff
changeset
|
122 |
test/testqsort |
4418
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
123 |
test/*.exe |
be1929ccaa3d
Made an .hgignore to mostly match old svn:ignore properties.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff
changeset
|
124 |
test/*.dSYM |
8152
8f8e4958651c
Ignore the buildbot build directories.
Ryan C. Gordon <icculus@icculus.org>
parents:
7667
diff
changeset
|
125 |
buildbot |
8f8e4958651c
Ignore the buildbot build directories.
Ryan C. Gordon <icculus@icculus.org>
parents:
7667
diff
changeset
|
126 |
test/buildbot |