-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.gitignore
89 lines (77 loc) · 1.49 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
### Global
debug.log
config.log
*.a-i386
*.dylib-i386
*.dylib-x86_64
*.a-x86_64
### C++ ignore
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.o-i386
*.o-x86_64
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a
### Win specific
*.ncb
*.suo
*.ilk
*.exp
*.idb
*.pdb
*.user
*.manifest
*.exe
*.pdb
*.idb
*.lib
*.dll
*.sdf
### Mac specific
xcschememanagement.plist
### SDL specific
*.d
### linux specific
*~
Makefile
.deps
.po
.dirstamp
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
libfreeimage-3.15.3.dylib
glewinfo
IndieLib/common/dependencies/glew-1.9.0/glew.pc
IndieLib/common/dependencies/glew-1.9.0/glewmx.pc
glew.pc
IndieLib/tutorials/mac/IndielibTutorials.xcodeproj/project.xcworkspace/xcuserdata/mquinones.xcuserdatad/UserInterfaceState.xcuserstate
IndieLib/tutorials/mac/IndielibTutorials.xcodeproj/project.xcworkspace/xcuserdata/mquinones.xcuserdatad/WorkspaceSettings.xcsettings
IndieLib/common/dependencies/glew-1.9.0/lib
IndieLib/common/dependencies/SDL-2.0/osx
IndieLib/bin/mac
Breakpoints.xcbkptlist
IndieLib/common/dependencies/freetype-2.5.0.1/osx
IndieLib/common/dependencies/freetype-2.5.0.1/builds
IndieLib/common/dependencies/freetype-2.5.0.1/objs
*.o-arm
*.o-i686
IndieLib/ios/indielibios/build
IndieLib/ios/indielibios.xcworkspace/xcuserdata
*.xccheckout
*.xcuserstate
IndieLib/common/dependencies/SDL-2.0/Xcode-iOS/SDL/SDL.xcodeproj/xcuserdata