From f2544d094ba88e1cfbb7993ad67444852cfd5efd Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 24 Mar 2026 00:28:15 +0000 Subject: util/mkhtemp: new utility (hardened mktemp) part of the same code library as nvmutil. as part of this, i renamed util/nvmutil to util/libreboot-utils/ because it is now a multi-utility codebase. this is more efficient, since i also wish to use mkhtemp (function) in nvmutil. Signed-off-by: Leah Rowe --- util/libreboot-utils/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 util/libreboot-utils/.gitignore (limited to 'util/libreboot-utils/.gitignore') diff --git a/util/libreboot-utils/.gitignore b/util/libreboot-utils/.gitignore new file mode 100644 index 00000000..fbf110f9 --- /dev/null +++ b/util/libreboot-utils/.gitignore @@ -0,0 +1,6 @@ +/nvm +/nvmutil +/mkhtemp +*.bin +*.o +*.d -- cgit v1.2.1