diff options
author | Martin Woodward <martinwoodward@github.com> | 2021-05-09 14:42:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-09 14:42:59 +0100 |
commit | b2ccc4644b997fa2e86da5ae37f3b053c39f3d7b (patch) | |
tree | 8baa7ee6e75028a53844740b866e01a8ce59c18e /community | |
parent | f0c2d8d9439332812e8dbc1790bb47060b8bd5bd (diff) | |
parent | b3fe09bd7d4647552aa53130aeb16ef33489d4f9 (diff) | |
download | gitignore-b2ccc4644b997fa2e86da5ae37f3b053c39f3d7b.tar.gz gitignore-b2ccc4644b997fa2e86da5ae37f3b053c39f3d7b.zip |
Merge pull request #3662 from KeisukeShima/feature/ROS2
Add ROS2 gitignore
Diffstat (limited to 'community')
-rw-r--r-- | community/ROS2.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
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 |