Skip to content

Commit

Permalink
DirHasher: exclude .bob-download
Browse files Browse the repository at this point in the history
The .bob-download directory is a temporary directory used only to avoid
unnecessary downloads. It should not be used by the build-step and will
not be available when building from a bundle.
  • Loading branch information
rhubert committed Jan 1, 2025
1 parent 6206d4f commit bd6d56c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pym/bob/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ class DirHasher:
os.fsencode(".git"),
os.fsencode(".portage-cache"),
os.fsencode(".svn"),
os.fsencode(".bob-download"),
])
IGNORE_FILES = frozenset([
os.fsencode("BaseDirList.txt"),
Expand Down

0 comments on commit bd6d56c

Please sign in to comment.