Does rosdep respect catkin ignore files?
I'm currently developing on ROS Kinetic and Melodic on Ubuntu 16.04 and 18.04 respectively. In order to make it easy for people to install my ROS packages, I have been taking advantage of the rosdep tool to automatically install dependencies. My question is - if I stick a CATKIN_IGNORE file into a specific ROS package in my src/ directory, will rosdep respect that file and not install dependencies needed by the ignored package? I already know catkin won't build that package, but I was just curious if rosdep will also not install dependencies needed by the ignored package as well.