Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
96 lines (93 loc) · 1.24 KB

.hgignore

File metadata and controls

96 lines (93 loc) · 1.24 KB
 
1
2
3
4
5
6
7
8
9
10
syntax:glob
autom4te*
config.cache
config.log
config.status
Makefile
sdl-config
SDL.spec
SDL.qpg
build
Feb 16, 2011
Feb 16, 2011
11
May 12, 2010
May 12, 2010
12
13
14
15
16
17
18
19
20
21
22
23
24
# for Xcode
*.orig
*.swp
*.tmp
*.rej
*~
*.o
*.mode1*
*.model*
*.perspective*
*.perspective*
*.pbxuser
(^|/)build($|/)
Feb 16, 2011
Feb 16, 2011
26
27
28
29
30
31
32
33
# for Visual C++
Debug
Release
*.user
*.ncb
*.suo
34
35
36
37
38
39
40
41
42
43
44
sdl.pc
test/autom4te*
test/config.cache
test/config.log
test/config.status
test/Makefile
test/SDL.dll
test/checkkeys
test/graywin
test/loopwave
test/testalpha
Aug 22, 2010
Aug 22, 2010
45
46
test/testatomic
test/testaudioinfo
47
48
49
test/testbitmap
test/testblitspeed
test/testcdrom
Aug 22, 2010
Aug 22, 2010
50
51
test/testcursor
test/testdraw2
52
test/testdyngl
Aug 22, 2010
Aug 22, 2010
53
test/testdyngles
54
test/testerror
Aug 22, 2010
Aug 22, 2010
55
test/testeyes
Aug 22, 2010
Aug 22, 2010
57
58
test/testfill
test/testgesture
Aug 22, 2010
Aug 22, 2010
60
61
62
test/testgl2
test/testgles
test/testhaptic
63
64
test/testhread
test/testiconv
Aug 22, 2010
Aug 22, 2010
65
66
test/testime
test/testintersections
67
68
test/testjoystick
test/testkeys
Aug 22, 2010
Aug 22, 2010
69
test/testloadso
Aug 22, 2010
Aug 22, 2010
71
72
test/testmmousetablet
test/testmultiaudio
73
74
75
76
test/testoverlay
test/testoverlay2
test/testpalette
test/testplatform
Aug 22, 2010
Aug 22, 2010
77
78
test/testpower
test/testresample
Feb 16, 2011
Feb 16, 2011
79
test/testscale
Feb 16, 2011
Feb 16, 2011
81
82
test/testshader
test/testshape
83
test/testsprite
Aug 22, 2010
Aug 22, 2010
84
85
test/testsprite2
test/testspriteminimal
Feb 16, 2011
Feb 16, 2011
86
test/teststreaming
87
88
89
90
91
test/testtimer
test/testver
test/testvidinfo
test/testwin
test/testwm
Aug 22, 2010
Aug 22, 2010
92
test/testwm2
93
94
95
96
test/threadwin
test/torturethread
test/*.exe
test/*.dSYM