浏览代码

add ROS2 gitignore

Keisuke Shima 4 年之前
父节点
当前提交
774c69da70
共有 1 个文件被更改,包括 28 次插入0 次删除
  1. 28 0
      ROS2.gitignore

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