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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2011-06-18 17:53:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:19:48 +0300
commit811b3c2767453b2724f406d15622b8d519adc865 (patch)
treecd83e8ba96088972522ac3039778fed889fd7ef6 /.gitignore
parentdfef5495fda3bb98c85096d0ae3c46e279bdc979 (diff)
Fix android project environment.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0d809b8818..2197f560aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,7 +15,6 @@ object_script.*.Release
*.loc
*.rss
*.pkg
-*.mk
*.d
# Windows generated files
@@ -83,3 +82,7 @@ data/index.stamp
syntax: regexp
(.*/)?\#[^/]*\#$
+
+/android/.classpath
+/android/.cproject
+/android/.project \ No newline at end of file