diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 14:38:21 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 14:38:21 +0000 |
| commit | f2a5f2de4579017045a9199566f07a57be2b1684 (patch) | |
| tree | b747912bff61574c0e9c403db92e3c15b5028726 | |
| parent | 7e0b052412c0c41d6e922ad0eeb346caf60c5d59 (diff) | |
move nvmutil .gitignore rules to util/nvmutil/
i plan to release this as a standalone utility at
some point, once it's perfect (on its current
feature set)
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | util/nvmutil/.gitignore | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -30,8 +30,6 @@ *me.bin *sch5545ec.bin /mrc/ -/util/nvmutil/nvm -/util/nvmutil/nvmutil /src/ /CHANGELOG /todo.txt diff --git a/util/nvmutil/.gitignore b/util/nvmutil/.gitignore new file mode 100644 index 00000000..802202a4 --- /dev/null +++ b/util/nvmutil/.gitignore @@ -0,0 +1,3 @@ +/nvm +/nvmutil +*.bin |
