diff options
author | DaikiMaekawa <method_aspect_card@yahoo.co.jp> | 2014-04-17 21:08:18 +0900 |
---|---|---|
committer | DaikiMaekawa <method_aspect_card@yahoo.co.jp> | 2014-04-17 21:08:18 +0900 |
commit | 44d815e407a1d0f5c83ab5e51c927eeef87acfda (patch) | |
tree | 380478eb0e6d9b761fbdd7f3af38fda21527f31f /ROS.gitignore | |
parent | fe0df6046b81b6008be66b09b874653055148483 (diff) | |
download | gitignore-44d815e407a1d0f5c83ab5e51c927eeef87acfda.tar.gz gitignore-44d815e407a1d0f5c83ab5e51c927eeef87acfda.zip |
Fixed typo
Diffstat (limited to 'ROS.gitignore')
-rw-r--r-- | ROS.gitignore | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/ROS.gitignore b/ROS.gitignore index 7b171072..9d6a2002 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -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 @@ -33,9 +33,9 @@ msg/_.*\.py$ # qcreator stuff CMakeLists.txt.user -srv/_.*\.py$ -\.pcd$ -.pyc$ +srv/_.*\.py +\.pcd +.pyc qtcreator-* *.user @@ -43,7 +43,7 @@ qtcreator-* /planning/docs /planning/src -*~$ +*~ # Emacs .#* |