What is the correct way to commit clean a workspace before commiting?
Hi,
I work with svn and git and instead of committing my whole catkin workspace with built binaries etc, what is the best way to clean the worskpace before committing it. So that when someone else checks it out they just source devel/setup.bash and catkin_make?
Thx
EDIT: So far just not including the "build" file seems to do the trick - is this the best way?
Related question: Using git for version control with catkin (added>>>) and Eclipse.