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: 2310196e605294bbb76d70972ab4c89d7ce9a734 (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
syntax: glob
*~
.DS_Store
Makefile
Makefile.Debug
Makefile.Release
object_script.*.Debug
object_script.*.Release
*.vcproj
*.icproj
*.sln
*.idb
*.user
*.ncb
*.suo
*.aps
*.rc
!qt/res/windows.rc
*.pdb
out/*
.obj/*
iphone/Maps/build/*
*.mmp
*.cache
*.inf
*.loc
*.rss
*.pkg
*.mk
*.d
*.BAT
tools/emacsmode/build
iphone/Maps/Maps.xcodeproj/*.mode1v3
iphone/Maps/Maps.xcodeproj/*.pbxuser
iphone/Maps/Maps.xcodeproj/*.perspectivev3
data/*.mwm
data/*.map
data/*.osm
data/*.bz2
!data/minsk-pass.mwm
bada/.metadata
bada/repository
bada/Maps/.settings
bada/Maps/.Simulator-Debug
bada/Maps/.Simulator-Release
bada/Maps/Res
bada/Maps/Home
bada/Maps/*.zip
data/le9q663011
data/settings.ini
GeneratedFiles
version/version.hpp
tools/win/MapsWithMe*

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