ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
A good rule of thumb is to do a make clean
on your package before you check it in. Anything leftover after make clean
is usually safe to include in a git repo.