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:
authorAlex Zolotarev <alex@maps.me>2015-01-25 02:09:41 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:48 +0300
commitfa889fbae07fddcc26626f59b282f50d7e5a1070 (patch)
tree92e9e95dd5e5a9f608b6bea39987abde52e9fb7e /.gitignore
parent4fcc18f24851b1ae1e2ced1b071925d5b3d9b653 (diff)
[android][c++][ios] Integrated builds with Alohalytics statistics.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4b6ae66fa3..e7286cece5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,6 +92,8 @@ data/settings.ini
!data/route_test2.osm.bz2
data/index.idx
data/index.stamp
+# local statistics storage
+data/stats
# benchmark results
data/benchmarks/*.trace
@@ -121,4 +123,4 @@ tizen/*/.*
!tizen/*/.project
tizen/*/crash-info/*
-.idea/* \ No newline at end of file
+.idea/*