Skip to content
Browse files

Remove unnecessary rules

  • Loading branch information...
1 parent 44d815e commit 4ded81fb2eff9336de6912adfa391b4892f5f192 @DaikiMaekawa DaikiMaekawa committed
Showing with 15 additions and 20 deletions.
  1. +15 −20 ROS.gitignore
View
35 ROS.gitignore
@@ -1,30 +1,25 @@
-~
-.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
# Generated by dynamic reconfigure
-\.cfgc
+*.cfgc
/cfg/cpp/
-/cfg/.*\.py
+/cfg/*.py
# Ignore generated docs
-.dox
-.wikidoc
+*.dox
+*.wikidoc
# eclipse stuff
.project
@@ -33,9 +28,9 @@ msg/_.*\.py
# qcreator stuff
CMakeLists.txt.user
-srv/_.*\.py
-\.pcd
-.pyc
+srv/_*.py
+*.pcd
+*.pyc
qtcreator-*
*.user

0 comments on commit 4ded81f

Please sign in to comment.
Something went wrong with that request. Please try again.