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:
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/*