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
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($|/)
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
47
48
49
test/testbitmap
test/testblitspeed
test/testcdrom
73
74
75
76
test/testoverlay
test/testoverlay2
test/testpalette
test/testplatform
81
82
test/testshader
test/testshape
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