Skip to content

Commit

Permalink
Ignore egg-info directories wherever they are found.
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 committed Aug 23, 2024
1 parent 78f3744 commit 9230e87
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 9230e87

Please sign in to comment.