]> source.dussan.org Git - gitignore.git/commitdiff
add ROS2 gitignore
authorKeisuke Shima <keisuke.shima@tier4.jp>
Mon, 22 Feb 2021 07:40:26 +0000 (16:40 +0900)
committerKeisuke Shima <keisuke.shima@tier4.jp>
Mon, 22 Feb 2021 07:40:26 +0000 (16:40 +0900)
ROS2.gitignore [new file with mode: 0644]

diff --git a/ROS2.gitignore b/ROS2.gitignore
new file mode 100644 (file)
index 0000000..560a4ff
--- /dev/null
@@ -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