diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-08-07 19:21:35 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-08-07 19:21:35 +0100 |
commit | 3b7d6c8ea5a0a76904c9c5f738e3047043a20ae0 (patch) | |
tree | 12b2cb77b67faa9563bf6c590ddc36fb4bed79f0 /.gitignore | |
parent | fe7f0b1e4485347eb995f36db80ba62965317fbf (diff) | |
download | mfd-location-3b7d6c8ea5a0a76904c9c5f738e3047043a20ae0.tar mfd-location-3b7d6c8ea5a0a76904c9c5f738e3047043a20ae0.tar.gz |
Change format from YAML to OSM XML
The yaml file was hard to edit, using OSM XML allows the use of JOSM as an
editor.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a9a84c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +~* +data.json |