浏览代码

Merge pull request #3662 from KeisukeShima/feature/ROS2

Add ROS2 gitignore
Martin Woodward 4 年之前
父节点
当前提交
b2ccc4644b
共有 1 个文件被更改,包括 29 次插入0 次删除
  1. 29 0
      community/ROS2.gitignore

+ 29 - 0
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