From b3fe09bd7d4647552aa53130aeb16ef33489d4f9 Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Sun, 9 May 2021 14:41:47 +0100 Subject: Move into community folder --- community/ROS2.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/ROS2.gitignore (limited to 'community') diff --git a/community/ROS2.gitignore b/community/ROS2.gitignore new file mode 100644 index 00000000..6cc824d8 --- /dev/null +++ b/community/ROS2.gitignore @@ -0,0 +1,29 @@ +install/ +log/ +build/ + +# Ignore generated docs +*.dox +*.wikidoc + +# eclipse stuff +.project +.cproject + +# qcreator stuff +CMakeLists.txt.user + +srv/_*.py +*.pcd +*.pyc +qtcreator-* +*.user + +*~ + +# Emacs +.#* + +# Colcon custom files +COLCON_IGNORE +AMENT_IGNORE -- cgit v1.2.3