abstreet/.gitignore
Kyle Huston 90cf38a522
Fail importer immediately if dependencies are missing and make gunzip etc. configurable (#296)
* Read ImporterConfiguration from .toml file if present. Also check for presence of dependency programs.

* Actually use config.osmconvert instead of hard-coded 'osmconvert'

* Add curl to checked dependencies

* Don't require all fields to be present in importer.toml configuration. Fill in defaults.

* Remove unneeded slice

* Use json for importer config and use serde(default) attribute to simplify application of defaults

* Extract re_dependencies_callable from main.rs and remove dependency on Job

* Revert change to abstutil, use struct-level default attribute

* Add importer.json to .gitignore

* Make gunzip_args string instead of Option<string>
2020-08-27 09:06:14 -07:00

49 lines
1.1 KiB
Plaintext

/target/
*.swp
data/config
data/input/berlin/osm
data/input/berlin/footways.bin
data/input/berlin/service_roads.bin
data/input/berlin/planning_areas.bin
data/input/berlin/planning_areas.kml
data/input/berlin/EWR201812E_Matrix.csv
data/input/krakow/osm
data/input/krakow/footways.bin
data/input/krakow/service_roads.bin
data/input/seattle/blockface.bin
data/input/seattle/blockface.kml
data/input/seattle/footways.bin
data/input/seattle/google_transit
data/input/seattle/N47W122.hgt
data/input/seattle/offstreet_parking.bin
data/input/seattle/offstreet_parking.kml
data/input/seattle/osm
data/input/seattle/parcels.bin
data/input/seattle/parcels_urbansim.txt
data/input/seattle/popdat.bin
data/input/seattle/service_roads.bin
data/input/seattle/trips_2014.csv
data/input/tel_aviv/osm
data/input/tel_aviv/footways.bin
data/input/tel_aviv/service_roads.bin
data/input/xian/osm
data/input/xian/footways.bin
data/input/xian/service_roads.bin
data/input/raw_maps
data/input/screenshots/*.zip
data/player
data/system/cities
data/system/maps
data/system/prebaked_results
data/system/scenarios
importer.json