Updated git ignore to keep osm_pbf in git but ignore pbf and state files. Updated osm_pbf readme

pull/2/head
Tim Sutton 2015-07-30 12:43:23 +02:00
rodzic ff80041ef1
commit 9de920bdea
2 zmienionych plików z 6 dodań i 1 usunięć

3
.gitignore vendored
Wyświetl plik

@ -1,3 +1,4 @@
.idea
*.*~
osm_pbf
osm_pbf/*.pbf
osm_pbf/*.state.txt

Wyświetl plik

@ -0,0 +1,4 @@
This folder should contain a *.pbf and *.state.txt.
The first pbf file encoutered will be imported, for this reason we recommend
to only place one pbf in this folder so you can be sure which will be imported.