From 9858a7e9fe53716f87029637945510c3eea6eb0b Mon Sep 17 00:00:00 2001 From: Lucas De Marchi <lucas.demarchi@intel.com> Date: Mon, 26 Sep 2016 10:56:16 -0300 Subject: [PATCH] gitignore: ignore *.pyc This avoids submodule warnings about untracked content on projects using pymavlink repository as a submodule. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4fb0341e..2e4e9e04 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,4 @@ pymavlink.egg-info/ include/ .tags* include/mavlink/v1.0 - +*.pyc -- GitLab