We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c2d8d + b3fe09b commit b2ccc46Copy full SHA for b2ccc46
community/ROS2.gitignore
@@ -0,0 +1,29 @@
1
+install/
2
+log/
3
+build/
4
+
5
+# Ignore generated docs
6
+*.dox
7
+*.wikidoc
8
9
+# eclipse stuff
10
+.project
11
+.cproject
12
13
+# qcreator stuff
14
+CMakeLists.txt.user
15
16
+srv/_*.py
17
+*.pcd
18
+*.pyc
19
+qtcreator-*
20
+*.user
21
22
+*~
23
24
+# Emacs
25
+.#*
26
27
+# Colcon custom files
28
+COLCON_IGNORE
29
+AMENT_IGNORE
0 commit comments