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>
This commit is contained in:
Leah Rowe
2026-03-09 14:38:21 +00:00
parent 7e0b052412
commit f2a5f2de45
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@@ -30,8 +30,6 @@
*me.bin *me.bin
*sch5545ec.bin *sch5545ec.bin
/mrc/ /mrc/
/util/nvmutil/nvm
/util/nvmutil/nvmutil
/src/ /src/
/CHANGELOG /CHANGELOG
/todo.txt /todo.txt

3
util/nvmutil/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/nvm
/nvmutil
*.bin