File tree 1 file changed +41
-14
lines changed
1 file changed +41
-14
lines changed Original file line number Diff line number Diff line change @@ -7,25 +7,56 @@ libtool
7
7
Makefile
8
8
sdl-config
9
9
SDL.spec
10
+ sdl.pc
10
11
SDL.qpg
11
12
build
12
13
build-deps
14
+
15
+ * .so
16
+ * .so. *
17
+ * .dll
18
+ * .exe
19
+ * .o
20
+ * .obj
21
+ * .lib
22
+ * .a
23
+ * .la
24
+ * .dSYM
25
+ * ,e1f
26
+ * ,ff8
27
+ * .lnk
28
+ * .err
29
+ * .exp
30
+ * .map
31
+ * .orig
32
+ * ~
33
+ * .swp
34
+ * .tmp
35
+ * .rej
36
+
37
+ # for Xcode
38
+ * .mode1 *
39
+ * .perspective *
40
+ * .pbxuser
41
+ (^| /)build($| /)
13
42
.DS_Store
14
- sdl.pc
15
- include /SDL_config.h
16
- test /aclocal.m4
17
- test /autom4te *
18
- test /config.cache
19
- test /config.log
20
- test /config.status
21
- test /Makefile
22
- test /SDL.dll
43
+ xcuserdata
44
+ * .xcworkspace
45
+
46
+ # for Visual C++
47
+ .vs
48
+ Debug
49
+ Release
50
+ * .user
51
+ * .ncb
52
+ * .suo
53
+ * .sdf
54
+
23
55
test /stdout.txt
24
56
test /stderr.txt
25
57
test /checkkeys
26
58
test /graywin
27
59
test /loopwave
28
- test /testpower
29
60
test /testalpha
30
61
test /testbitmap
31
62
test /testblitspeed
@@ -55,7 +86,3 @@ test/threadwin
55
86
test /torturethread
56
87
test /testcursor
57
88
test /testloadso
58
- test /* .exe
59
- test /* ,e1f
60
- test /* ,ff8
61
- test /* .dSYM
You can’t perform that action at this time.
0 commit comments