summaryrefslogtreecommitdiffstats
path: root/options/gitignore/ROS2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--options/gitignore/ROS229
1 files changed, 29 insertions, 0 deletions
diff --git a/options/gitignore/ROS2 b/options/gitignore/ROS2
new file mode 100644
index 0000000..6cc824d
--- /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