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 bb53647 + 39f563b commit 82c8b63Copy full SHA for 82c8b63
ROS.gitignore
@@ -0,0 +1,52 @@
1
+~$
2
+.swp$
3
+build/
4
+bin/
5
+lib/
6
+msg_gen/
7
+srv_gen/
8
+msg/.*Action\.msg$
9
+msg/.*ActionFeedback\.msg$
10
+msg/.*ActionGoal\.msg$
11
+msg/.*ActionResult\.msg$
12
+msg/.*Feedback\.msg$
13
+msg/.*Goal\.msg$
14
+msg/.*Result\.msg$
15
+msg/_.*\.py$
16
+
17
+\.pcd$
18
+.pyc$
19
20
+# Generated by dynamic reconfigure
21
+\.cfgc$
22
+/cfg/cpp/
23
+/cfg/.*\.py$
24
25
+# Ignore generated docs
26
+.dox$
27
+.wikidoc$
28
29
+# eclipse stuff
30
+.project
31
+.cproject
32
33
+# qcreator stuff
34
+CMakeLists.txt.user
35
36
+srv/_.*\.py$
37
38
39
+qtcreator-*
40
+*.user
41
42
+/planning/cfg
43
+/planning/docs
44
+/planning/src
45
46
+*~$
47
48
+# Emacs
49
+.#*
50
51
+# Catkin custom files
52
+CATKIN_IGNORE
0 commit comments