-
Notifications
You must be signed in to change notification settings - Fork 61
/
.gitignore
63 lines (53 loc) · 1.01 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
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
Library/Sources/html
Library/Sources/latex
# Compiled Static libraries
#*.exe
*.ilk
*.tlog
*.obj
*.user
*.opensdf
*.sdf
*.suo
*.idb
*.pdb
/Debug.win32
/Debug
/Examples/Debug
/Library/Debug
/Release.win32
/Release
/ipch/gafplayer-b41ae148/*.ipch
/ipch/gafplayer-9375c618/*.ipch
/Examples/Example.android/assets
/Examples/Example.android/bin
/Examples/Example.android/gen
/Examples/Example.android/libs
/Examples/Example.android/obj
/Examples/Example.wp8-xaml/App/Assets/Resources
/Examples/Example.wp8-xaml/App/Bin
/Examples/Example.wp8-xaml/App/obj
/Examples/Example.wp8-xaml/ARM
/Examples/Example.wp8-xaml/Debug
/Examples/Example.wp8-xaml/Release
/Examples/Example.wp8-xaml/ipch
/js_bindings/tojs/userconf.ini
/lua_bindings/tolua/userconf.ini
*.pyc
/tests/proj.win32/Debug.win32
/tests/proj.android/assets
/tests/proj.android/bin
/tests/proj.android/gen
/tests/proj.android/libs
/tests/proj.android/obj