diff options
author | Leah Rowe <leah@libreboot.org> | 2023-04-08 03:14:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-04-08 18:36:50 +0100 |
commit | eb9d06304049ca03e4d00c81b43fb996d8424a1f (patch) | |
tree | 367193972648607d31f502a5be7b2047ae6fc5e0 /.gitignore | |
parent | 58e12063c72b7b2a7f4bb2c0c9e71b467d41d2c1 (diff) |
add ich9utils back to utils
don't download it. keep it in lbmk.
libreboot moved to codeberg for git hosting,
and i didn't want to keep lugging around an
extra git repo just for one tiny project.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ *~ +*.o +/util/ich9utils/*.bin +/util/ich9utils/demefactory +/util/ich9utils/ich9deblob +/util/ich9utils/ich9show +/util/ich9utils/ich9gen /TODO -/ich9utils/ /tmp/ /payload/ /me_cleaner/ |