cbmk/.gitignore
Leah Rowe f1caf89a28 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 16:34:49 +01:00

28 lines
264 B
Plaintext

*~
*.o
/cbmk.err.log
/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