From: Keisuke Shima Date: Mon, 22 Feb 2021 07:40:26 +0000 (+0900) Subject: add ROS2 gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=774c69da70dfc688c9e2c9a2ae1f98b76f90e823;p=gitignore.git add ROS2 gitignore --- diff --git a/ROS2.gitignore b/ROS2.gitignore new file mode 100644 index 00000000..560a4ffd --- /dev/null +++ b/ROS2.gitignore @@ -0,0 +1,28 @@ +install/ +log/ +build/ + +# Ignore generated docs +*.dox +*.wikidoc + +# eclipse stuff +.project +.cproject + +# qcreator stuff +CMakeLists.txt.user + +srv/_*.py +*.pcd +*.pyc +qtcreator-* +*.user + +*~ + +# Emacs +.#* + +# Ament custom files +AMENT_IGNORE