From c0ffdd7efb5ab1728ef146f9cfe5776309fb95ab Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Tue, 20 Aug 2019 09:24:12 -0700 Subject: [PATCH] gitignore: Ignore scripts and any stack traces --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index d22d2ff7e4..19aee7fa54 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,10 @@ cmake-build-*/ way.txt *.wbproj *.wbproj +segv_*out +/scripts/ +/APMrover2/scripts/ +/AntennaTracker/scripts/ +/ArduCopter/scripts/ +/ArduPlane/scripts/ +/ArduSub/scripts/