mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
This way, all operations will be done inside the xbmk work directory. This is being done, so that I can then reliably sandybox certain commands in future commits, for example the "rm" command. This will also allow me to unify the location of all temporary files, in future commits. I previously used the /tmp directory because it's tmpfs-based on many setups, and this is great for performance. However, in practise, I never noticed any difference in performance when benchmarking it (testing /tmp on-disk versus tmpfs). Signed-off-by: Leah Rowe <leah@libreboot.org>
48 lines
425 B
Plaintext
48 lines
425 B
Plaintext
*~
|
|
*.o
|
|
/cache/
|
|
/lbmk.err.log
|
|
/repo/
|
|
/docs/
|
|
/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
|
|
/.version
|
|
/.versiondate
|
|
/vendorfiles/
|
|
*me.bin
|
|
*sch5545ec.bin
|
|
/mrc/
|
|
/util/nvmutil/nvm
|
|
/src/
|
|
/CHANGELOG
|
|
/todo.txt
|
|
/lock
|
|
/hash/
|
|
/dump/
|
|
/qrun*.sh
|
|
*.tar.*
|
|
/m
|
|
/f
|
|
/r
|
|
/e
|
|
/xbmkpath/
|
|
/xbmkwd/
|