From 9a3287994ca59b2434ade6694e90a7fa88fe4295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Wed, 14 Mar 2018 11:12:36 +0100 Subject: [PATCH] Update gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8dc8177..6c6b85b 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Repository specific files plugins/osm2graph.jar outputs inputs/land-polygons-split-4326 @@ -7,3 +8,6 @@ inputs/land-polygons-split-4326 *.shx *.shp *.dbf + +# OS specific files +.DS_Store