Should I git ignore .eggs directory?

asked 2019-12-27 08:39:54 -0500

future731 gravatar image

On ubuntu 18.04, dashing When I executed colcon test, .eggs directory appeared just below the package directory. This can be occurred using https://github.com/ros2/examples/tree... $ git status will show all the .eggs directories. Should I ignore this?

edit retag flag offensive close merge delete

Comments

Yes. Put it in your .gitignore. It's a cache directory.

Orhan gravatar image Orhan  ( 2019-12-27 11:15:16 -0500 )edit

Thank you for answering. I'll put it in my project. Do you have any idea why ros2 example does not have .eggs dir in its .gitignore?

future731 gravatar image future731  ( 2019-12-27 18:11:53 -0500 )edit