mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
079afb5bd3
we want ./update release to work in release archives. under the current logic, CHANGELOG would be cloned into release/, thus breaking ./update trees -f fix it by adding the file to .gitignore Signed-off-by: Leah Rowe <leah@libreboot.org>
33 lines
316 B
Plaintext
33 lines
316 B
Plaintext
*~
|
|
*.o
|
|
/lbmk.err.log
|
|
/docs/
|
|
/cbutils/
|
|
/pciroms/
|
|
/util/dell-flash-unlock/dell_flash_unlock
|
|
/TODO
|
|
/ec/
|
|
/tmp/
|
|
/elf/
|
|
*.s[a-w]?
|
|
*.vim
|
|
/*.elf
|
|
/*.bin
|
|
/*.rom
|
|
/build_error
|
|
/TODO/
|
|
/config/*/*/seen
|
|
/bin/
|
|
/release/
|
|
/*.bin
|
|
/push
|
|
/version
|
|
/versiondate
|
|
/vendorfiles/
|
|
*me.bin
|
|
*sch5545ec.bin
|
|
/mrc/
|
|
/util/nvmutil/nvm
|
|
/src/
|
|
/CHANGELOG
|