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 (96 loc) · 1.3 KB

.hgignore

File metadata and controls

96 lines (96 loc) · 1.3 KB
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
syntax:glob
aclocal.m4
autom4te*
config.cache
config.log
config.status
configure
libtool
Makefile
sdl-config
SDL.spec
SDL.qpg
build
build-deps
VisualC
VisualCE
May 12, 2010
May 12, 2010
17
18
19
20
21
22
23
24
25
26
27
28
29
# for Xcode
*.orig
*.swp
*.tmp
*.rej
*~
*.o
*.mode1*
*.model*
*.perspective*
*.perspective*
*.pbxuser
(^|/)build($|/)
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.DS_Store
sdl.pc
include/SDL_config.h
include/SDL_revision.h
test/aclocal.m4
test/autom4te*
test/config.cache
test/config.log
test/config.status
test/configure
test/Makefile
test/SDL.dll
test/stdout.txt
test/stderr.txt
test/checkkeys
test/graywin
test/loopwave
test/testalpha
Aug 22, 2010
Aug 22, 2010
48
49
test/testatomic
test/testaudioinfo
50
51
52
test/testbitmap
test/testblitspeed
test/testcdrom
Aug 22, 2010
Aug 22, 2010
53
54
test/testcursor
test/testdraw2
55
test/testdyngl
Aug 22, 2010
Aug 22, 2010
56
test/testdyngles
57
test/testerror
Aug 22, 2010
Aug 22, 2010
58
test/testeyes
Aug 22, 2010
Aug 22, 2010
60
test/testfill
61
test/testgamma
Aug 22, 2010
Aug 22, 2010
62
test/testgesture
Aug 22, 2010
Aug 22, 2010
64
65
66
test/testgl2
test/testgles
test/testhaptic
67
68
test/testhread
test/testiconv
Aug 22, 2010
Aug 22, 2010
69
70
test/testime
test/testintersections
71
72
test/testjoystick
test/testkeys
Aug 22, 2010
Aug 22, 2010
73
test/testloadso
Aug 22, 2010
Aug 22, 2010
75
76
test/testmmousetablet
test/testmultiaudio
77
78
79
80
test/testoverlay
test/testoverlay2
test/testpalette
test/testplatform
Aug 22, 2010
Aug 22, 2010
81
82
test/testpower
test/testresample
83
84
test/testsem
test/testsprite
Aug 22, 2010
Aug 22, 2010
85
86
test/testsprite2
test/testspriteminimal
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