From bccb6685ba8aabb37435b4095ee41da637097002 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Sat, 1 Nov 2014 22:14:20 +0900 Subject: [PATCH] Git: ignore tlog, avi and raw files --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e9edd3c..f3fd707 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,9 @@ coverage.xml docs/_build/ # ardupilot-balloon-finder files to ignore -balloon_finder.cnf \ No newline at end of file +balloon_finder.cnf +smart_camera.cnf +*.tlog +*.raw +*.parm +*.avi \ No newline at end of file