Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97719a4b68e374be2100c4c4698f1544544391c5 (plain)
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
syntax: glob
*~
.DS_Store
Makefile
Makefile.Debug
Makefile.Release
object_script.*.Debug
object_script.*.Release

# Compiled Python
crawler/*.pyc

# Symbian
.obj/*
*.mmp
*.cache
*.inf
*.loc
*.rss
*.pkg
*.d

# Windows generated files
*.vcxproj*
ipch/*
omim.sdf
*.vcproj
*.icproj
*.sln
*.idb
*.user
*.pro.user*
*.ncb
*.suo
*.aps
*.rc
!qt/res/windows.rc
*.pdb
out/*
qt/mapswithme.log

# XCode
iphone/*/*.xcodeproj/*.mode1v3
iphone/*/*.xcodeproj/*.pbxuser
iphone/*/*.xcodeproj/*.perspectivev3
iphone/*/*.xcodeproj/project.xcworkspace/*
iphone/*/*.xcodeproj/xcuserdata/*
iphone/*/build/*
tools/emacsmode/build

# GeneratedFiles
version/version.hpp
tools/win/MapsWithMe*
GeneratedFiles

# bada
bada/.metadata
bada/repository
bada/Maps/.settings
bada/Maps/.Simulator-Debug
bada/Maps/.Simulator-Release
bada/Maps/Res
bada/Maps/Home
bada/Maps/*.zip

# android temporal
mobile_api

# android
android/bin
android/gen
android/libs/*/
android/obj
android/.settings
android/.classpath
android/.cproject
android/.project
android/local.properties
android/lint.xml
.idea/
# local android scripts, such as debugger helper scrips
android/local
# ignore flags symlinks
android/res/drawable-xhdpi/??.png
android/res/drawable-xhdpi/do_hack.png
android/res/drawable-xhdpi/uk_england.png
android/res/drawable-xhdpi/uk_northern_ireland.png
android/res/drawable-xhdpi/uk_scotland.png
android/res/drawable-xhdpi/uk_wales.png
android/res/drawable-mdpi/??.png
android/res/drawable-mdpi/do_hack.png
android/res/drawable-mdpi/uk_england.png
android/res/drawable-mdpi/uk_northern_ireland.png
android/res/drawable-mdpi/uk_scotland.png
android/res/drawable-mdpi/uk_wales.png

# android MapsWithMeLite
android/MapsWithMeLite/bin
android/MapsWithMeLite/gen
android/MapsWithMeLite/libs
android/MapsWithMeLite/obj
android/MapsWithMeLite/.settings
android/MapsWithMeLite/.classpath
android/MapsWithMeLite/.cproject
android/MapsWithMeLite/.project
android/MapsWithMeLite/assets
android/MapsWithMeLite/local.properties
# local android scripts, such as debugger helper scrips
android/MapsWithMeLite/local

# android MapsWithMeLite.Samsung
android/MapsWithMeLite.Samsung/bin
android/MapsWithMeLite.Samsung/gen
android/MapsWithMeLite.Samsung/libs
android/MapsWithMeLite.Samsung/obj
android/MapsWithMeLite.Samsung/.settings
android/MapsWithMeLite.Samsung/.classpath
android/MapsWithMeLite.Samsung/.cproject
android/MapsWithMeLite.Samsung/.project
android/MapsWithMeLite.Samsung/assets
android/MapsWithMeLite.Samsung/local.properties
# local android scripts, such as debugger helper scrips
android/MapsWithMeLite.Samsung/local

# android MapsWithMePro
android/MapsWithMePro/bin
android/MapsWithMePro/gen
android/MapsWithMePro/libs
android/MapsWithMePro/obj
android/MapsWithMePro/.settings
android/MapsWithMePro/.classpath
android/MapsWithMePro/.cproject
android/MapsWithMePro/.project
android/MapsWithMePro/assets
android/MapsWithMePro/local.properties
# local android scripts, such as debugger helper scrips
android/MapsWithMePro/local

# data
data/intermediate_data
data/*.mwm
!data/World.mwm
!data/WorldCoasts.mwm
# temporary files for downloader
data/*.mwm.downloading2
data/*.mwm.resume2
data/*.ready
# data folder on server stores different planet files
data/*.osm
data/*.bz2
data/settings.ini
!data/minsk-pass.mwm
!data/minsk-pass.osm.bz2
data/index.idx
data/index.stamp

# benchmark results
data/benchmarks/*.trace
data/benchmarks/iphone3g/*
data/benchmarks/ipod4/*
data/benchmarks/ipad/*
data/benchmarks/mac/*
data/benchmarks/kindle-fire/*
data/benchmarks/galaxy-s-2/*
data/benchmarks/ipad3/*
data/benchmarks/ipad2/*
data/benchmarks/iphone5/*
data/benchmarks/maps/*

qtc_packaging

tools/twine/.git

syntax: regexp
(.*/)?\#[^/]*\#$
android/YoPme/.gradletasknamecache
android/.gradletasknamecache