Skip to content

Commit 44d815e

Browse files
committed
Fixed typo
1 parent fe0df60 commit 44d815e

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

ROS.gitignore

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
~$
2-
.swp$
1+
~
2+
.swp
33
build/
44
bin/
55
lib/
66
msg_gen/
77
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$
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
1919

2020
# Generated by dynamic reconfigure
21-
\.cfgc$
21+
\.cfgc
2222
/cfg/cpp/
23-
/cfg/.*\.py$
23+
/cfg/.*\.py
2424

2525
# Ignore generated docs
26-
.dox$
27-
.wikidoc$
26+
.dox
27+
.wikidoc
2828

2929
# eclipse stuff
3030
.project
@@ -33,17 +33,17 @@ msg/_.*\.py$
3333
# qcreator stuff
3434
CMakeLists.txt.user
3535

36-
srv/_.*\.py$
37-
\.pcd$
38-
.pyc$
36+
srv/_.*\.py
37+
\.pcd
38+
.pyc
3939
qtcreator-*
4040
*.user
4141

4242
/planning/cfg
4343
/planning/docs
4444
/planning/src
4545

46-
*~$
46+
*~
4747

4848
# Emacs
4949
.#*

0 commit comments

Comments
 (0)