Skip to content

Commit 8b74c86

Browse files
committed
Merge pull request #1045 from DaikiMaekawa/master
Fixed that the ROS.gitignore was not functioning properly
2 parents b412c01 + 4ded81f commit 8b74c86

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

ROS.gitignore

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,25 @@
1-
~$
2-
.swp$
31
build/
42
bin/
53
lib/
64
msg_gen/
75
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
1914

2015
# Generated by dynamic reconfigure
21-
\.cfgc$
16+
*.cfgc
2217
/cfg/cpp/
23-
/cfg/.*\.py$
18+
/cfg/*.py
2419

2520
# Ignore generated docs
26-
.dox$
27-
.wikidoc$
21+
*.dox
22+
*.wikidoc
2823

2924
# eclipse stuff
3025
.project
@@ -33,17 +28,17 @@ msg/_.*\.py$
3328
# qcreator stuff
3429
CMakeLists.txt.user
3530

36-
srv/_.*\.py$
37-
\.pcd$
38-
.pyc$
31+
srv/_*.py
32+
*.pcd
33+
*.pyc
3934
qtcreator-*
4035
*.user
4136

4237
/planning/cfg
4338
/planning/docs
4439
/planning/src
4540

46-
*~$
41+
*~
4742

4843
# Emacs
4944
.#*

0 commit comments

Comments
 (0)