Skip to content

Commit f00bc7a

Browse files
committed
updates to .gitignore
1 parent 08d4c52 commit f00bc7a

File tree

1 file changed

+41
-14
lines changed

1 file changed

+41
-14
lines changed

.gitignore

+41-14
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,56 @@ libtool
77
Makefile
88
sdl-config
99
SDL.spec
10+
sdl.pc
1011
SDL.qpg
1112
build
1213
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($|/)
1342
.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+
2355
test/stdout.txt
2456
test/stderr.txt
2557
test/checkkeys
2658
test/graywin
2759
test/loopwave
28-
test/testpower
2960
test/testalpha
3061
test/testbitmap
3162
test/testblitspeed
@@ -55,7 +86,3 @@ test/threadwin
5586
test/torturethread
5687
test/testcursor
5788
test/testloadso
58-
test/*.exe
59-
test/*,e1f
60-
test/*,ff8
61-
test/*.dSYM

0 commit comments

Comments
 (0)