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
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
50
51
52
test/testbitmap
test/testblitspeed
test/testcdrom
77
78
79
80
test/testoverlay
test/testoverlay2
test/testpalette
test/testplatform
87
88
89
90
91
test/testtimer
test/testver
test/testvidinfo
test/testwin
test/testwm
93
94
95
96
test/threadwin
test/torturethread
test/*.exe
test/*.dSYM