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

.gitignore « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15c3212de937dff3f27780fcbdc912463352f1b1 (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
bin
gen
/libs/
.settings
resbuilder
spoon-output
obj
local
.gradle
build
3rd_party/api-android/
RELEASE
.idea
.externalNativeBuild
nativeOutputs

# For now, ignore Android Studio projects
*.iml

*.class
.classpath
.cproject
.project
local.properties
lint.xml
.gradletasknamecache

# ignore flags symlinks
res/drawable-xhdpi/??.png
res/drawable-xhdpi/do_hack.png
res/drawable-xhdpi/uk_england.png
res/drawable-xhdpi/uk_northern_ireland.png
res/drawable-xhdpi/uk_scotland.png
res/drawable-xhdpi/uk_wales.png
res/drawable-mdpi/??.png
res/drawable-mdpi/do_hack.png
res/drawable-mdpi/uk_england.png
res/drawable-mdpi/uk_northern_ireland.png
res/drawable-mdpi/uk_scotland.png
res/drawable-mdpi/uk_wales.png