File tree 1 file changed +15
-20
lines changed
1 file changed +15
-20
lines changed Original file line number Diff line number Diff line change 1
- ~
2
- .swp
3
1
build /
4
2
bin /
5
3
lib /
6
4
msg_gen /
7
5
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
6
+ msg /* Action.msg
7
+ msg /* ActionFeedback.msg
8
+ msg /* ActionGoal.msg
9
+ msg /* ActionResult.msg
10
+ msg /* Feedback.msg
11
+ msg /* Goal.msg
12
+ msg /* Result.msg
13
+ msg /_ * .py
19
14
20
15
# Generated by dynamic reconfigure
21
- \ .cfgc
16
+ * .cfgc
22
17
/cfg /cpp /
23
- /cfg /. * \ .py
18
+ /cfg /* .py
24
19
25
20
# Ignore generated docs
26
- .dox
27
- .wikidoc
21
+ * .dox
22
+ * .wikidoc
28
23
29
24
# eclipse stuff
30
25
.project
@@ -33,9 +28,9 @@ msg/_.*\.py
33
28
# qcreator stuff
34
29
CMakeLists.txt.user
35
30
36
- srv /_. * \ .py
37
- \ .pcd
38
- .pyc
31
+ srv /_ * .py
32
+ * .pcd
33
+ * .pyc
39
34
qtcreator- *
40
35
* .user
41
36
You can’t perform that action at this time.
0 commit comments