ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

We are using gut for most of our stacks. A common gitignore file contains the following entries:

build
bin
lib
msg_gen
srv_gen

You might also want to add generated python files that are placed in src/<your_package> for each package.