Is there a rosmake clean?
I know about rosmake --pre-clean
. But what if you just want to clean your package and not build it? There doesn't seem to be a "don't build" flag in rosmake.
When I have a new package that I want to add to my svn repository, I develop it until it is working, then remove the bin, build, and other computer generated files, then do an svn add
on the package. I typically remove all these directories by hand...