Files
lbmk/.gitignore
Leah Rowe e80c4b73ce create a lock file during builds
prevent duplicate main instances of the build
system from running

the lock file is deleted when the parent process
exits, alongside the tmpdir deletion

the build system must only ever be run ot one
instance at a time, per work directory

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-06-09 15:37:13 +01:00

34 lines
322 B
Plaintext

*~
*.o
/lbmk.err.log
/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
/vendorfiles/
*me.bin
*sch5545ec.bin
/mrc/
/util/nvmutil/nvm
/src/
/CHANGELOG
/todo.txt
/lock