From 3a5fc0149d034154e1e6f2dc82381bdcd10c99ca Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Fri, 5 Jul 2019 10:20:33 -0700 Subject: [PATCH] gitignore: add way.txt for MAVPorxy waypoint missions - this is already ignored on other vheicles when launching sim_vehicle from the directory but not if you launch sitl from root --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7172cf0274..b3f9ddee2c 100644 --- a/.gitignore +++ b/.gitignore @@ -112,4 +112,5 @@ parameters.edn cmake-build-*/ /reports/ /GCOV_*.log +way.txt