-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (54 loc) · 1.23 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
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
.DS_Store
ipch
Debug
Release
bin
obj
*.opensdf
*.sdf
xcuserdata
#Added for the bridgeptm-content project - taken from mupdf
*~
.*.swp
.vimrc
build
DerivedData
generated
cscope.*
*.pdf
*.pnm
tags
TAGS
*.xcworkspace
*.xcuserdatad
Src/bridgeptm-content/platform/win32/*.user
Src/bridgeptm-content/platform/win32/*.ncb
Src/bridgeptm-content/platform/win32/*.suo
Src/bridgeptm-content/platform/win32/Debug
Src/bridgeptm-content/platform/win32/DebugOpenssl
Src/bridgeptm-content/platform/win32/Profile
Src/bridgeptm-content/platform/win32/Release
Src/bridgeptm-content/platform/win32/ReleaseOpenssl
Src/bridgeptm-content/platform/win32/Memento
Src/bridgeptm-content/thirdparty/v8-3.9
Src/bridgeptm-content/thirdparty/openssl
Src/bridgeptm-content/platform/android/obj
Src/bridgeptm-content/platform/android/bin
Src/bridgeptm-content/platform/android/libs
Src/bridgeptm-content/platform/android/gen
Src/bridgeptm-content/platform/android/local.properties
Src/bridgeptm-content/platform/android/.classpath
Src/bridgeptm-content/platform/android/.project
Src/bridgeptm-content/platform/android/.settings
Src/bridgeptm-content/docs/browse