From 774c69da70dfc688c9e2c9a2ae1f98b76f90e823 Mon Sep 17 00:00:00 2001 From: Keisuke Shima Date: Mon, 22 Feb 2021 16:40:26 +0900 Subject: [PATCH 1/3] add ROS2 gitignore --- ROS2.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 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 From 5423fe33d9a71df6ce11150e3fff58b421b2cae9 Mon Sep 17 00:00:00 2001 From: Keisuke Shima Date: Mon, 22 Feb 2021 16:48:18 +0900 Subject: [PATCH 2/3] add COLCON_IGNORE --- ROS2.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROS2.gitignore b/ROS2.gitignore index 560a4ffd..6cc824d8 100644 --- a/ROS2.gitignore +++ b/ROS2.gitignore @@ -24,5 +24,6 @@ qtcreator-* # Emacs .#* -# Ament custom files +# Colcon custom files +COLCON_IGNORE AMENT_IGNORE From b3fe09bd7d4647552aa53130aeb16ef33489d4f9 Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Sun, 9 May 2021 14:41:47 +0100 Subject: [PATCH 3/3] Move into community folder --- ROS2.gitignore => community/ROS2.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ROS2.gitignore => community/ROS2.gitignore (100%) diff --git a/ROS2.gitignore b/community/ROS2.gitignore similarity index 100% rename from ROS2.gitignore rename to community/ROS2.gitignore