From dec63fc274b8e729c85ee4265ec05d083e4f64af Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 21 Apr 2026 17:03:18 +0100 Subject: add gitignore Signed-off-by: Leah Rowe --- util/nvmutil/.gitignore | 7 +++++++ util/nvmutil/ChangeLog.md | 8 ++++++++ util/nvmutil/README.md | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 util/nvmutil/.gitignore create mode 100644 util/nvmutil/ChangeLog.md create mode 100644 util/nvmutil/README.md diff --git a/util/nvmutil/.gitignore b/util/nvmutil/.gitignore new file mode 100644 index 00000000..fbfbd130 --- /dev/null +++ b/util/nvmutil/.gitignore @@ -0,0 +1,7 @@ +/nvm +/nvmutil +/mkhtemp +/lottery +*.bin +*.o +*.d diff --git a/util/nvmutil/ChangeLog.md b/util/nvmutil/ChangeLog.md new file mode 100644 index 00000000..e1ed5754 --- /dev/null +++ b/util/nvmutil/ChangeLog.md @@ -0,0 +1,8 @@ +This change log has moved. Please refer here for historical pre-osboot-merge +changes: + + + +Osboot merged with Libreboot on November 17th, 2022. For nvmutil changes after +this date, please check regular Libreboot release announcements which shall +now specify any such changes. diff --git a/util/nvmutil/README.md b/util/nvmutil/README.md new file mode 100644 index 00000000..03a25bc4 --- /dev/null +++ b/util/nvmutil/README.md @@ -0,0 +1,4 @@ + +This documentation has become part of lbwww. See: + + -- cgit v1.2.1