cbmk/.gitignore
Leah Rowe 8bb3730e7b cache downloaded files(module) to cache/file/HASH
lib.sh download() is used by subfile handling in git.sh,
e.g. crossgcc tarballs.

they are not currently cached, but are downloaded directly
in place.

cache them, under cache/file/, saved with the name equal
to the checksum, so: cache/file/CHECKSUM

if the given cached file exists, use it as-is for simple
copy, instead of curl. this avoids re-downloading a lot of
crossgcc tarballs, where different coreboot trees may use
some archives that are the same throughout.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-07-18 02:14:23 +01:00

30 lines
286 B
Text

*~
*.o
/cache/
/cbmk.err.log
/repo/
/docs/
/util/dell-flash-unlock/dell_flash_unlock
/TODO
/tmp/
/elf/
*.s[a-w]?
*.vim
/*.elf
/*.bin
/*.rom
/build_error
/TODO/
/config/*/*/seen
/bin/
/release/
/*.bin
/push
/version
/versiondate
/util/nvmutil/nvm
/src/
/CHANGELOG
/todo.txt
/lock
/hash/