Skip to content

Commit

Permalink
Ignore egg-info directories wherever they are found. (#985)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nuclearsandwich authored Jan 9, 2025
1 parent 78f3744 commit f77e655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target
build
deb_dist
dist
src/rosdep.egg-info
rosdep.egg-info/
rosdep_modules.egg-info/
nose*
_build

0 comments on commit f77e655

Please sign in to comment.