From 9230e8787b900ef45e8cfecc5bfc48927723f16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Thu, 22 Aug 2024 17:18:03 -0700 Subject: [PATCH] Ignore egg-info directories wherever they are found. Ignore both rosdep and rosdep_modules egg info files which in my current build environment show up at the repository root not the src directory. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e91d90b45..495594ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ target build deb_dist dist -src/rosdep.egg-info +rosdep.egg-info/ +rosdep_modules.egg-info/ nose* _build