How to use ament_ignore
Lets say in my src directory I have 5 packages wherein I dont want to build one...How can i use ament_ignore ?
ament build --symlink-install --AMENT_IGNORE package5
SOmething like this ? and what does symlink install do ?