Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaikiMaekawa committed Apr 17, 2014
1 parent fe0df60 commit 44d815e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions ROS.gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
~$
.swp$
~
.swp
build/
bin/
lib/
msg_gen/
srv_gen/
msg/.*Action\.msg$
msg/.*ActionFeedback\.msg$
msg/.*ActionGoal\.msg$
msg/.*ActionResult\.msg$
msg/.*Feedback\.msg$
msg/.*Goal\.msg$
msg/.*Result\.msg$
msg/_.*\.py$

\.pcd$
.pyc$
msg/.*Action\.msg
msg/.*ActionFeedback\.msg
msg/.*ActionGoal\.msg
msg/.*ActionResult\.msg
msg/.*Feedback\.msg
msg/.*Goal\.msg
msg/.*Result\.msg
msg/_.*\.py

\.pcd
.pyc

# Generated by dynamic reconfigure
\.cfgc$
\.cfgc
/cfg/cpp/
/cfg/.*\.py$
/cfg/.*\.py

# Ignore generated docs
.dox$
.wikidoc$
.dox
.wikidoc

# eclipse stuff
.project
Expand All @@ -33,17 +33,17 @@ msg/_.*\.py$
# qcreator stuff
CMakeLists.txt.user

srv/_.*\.py$
\.pcd$
.pyc$
srv/_.*\.py
\.pcd
.pyc
qtcreator-*
*.user

/planning/cfg
/planning/docs
/planning/src

*~$
*~

# Emacs
.#*
Expand Down

0 comments on commit 44d815e

Please sign in to comment.