diff options
author | GiteaBot <teabot@gitea.io> | 2021-05-16 00:25:04 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-05-16 00:25:04 +0000 |
commit | 41136db47e3b3222cef6e77347ae6bbe87947038 (patch) | |
tree | d5e82b75a8b0bbdf130fae8e8f48fd4fd7e699aa /options/gitignore/ROS2 | |
parent | 58646cab227cb206e3d08fc1b37b27f30e5808e7 (diff) | |
download | gitea-41136db47e3b3222cef6e77347ae6bbe87947038.tar.gz gitea-41136db47e3b3222cef6e77347ae6bbe87947038.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore/ROS2')
-rw-r--r-- | options/gitignore/ROS2 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/options/gitignore/ROS2 b/options/gitignore/ROS2 new file mode 100644 index 0000000000..6cc824d8e6 --- /dev/null +++ b/options/gitignore/ROS2 @@ -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 |