diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-12 13:51:49 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-12 13:51:49 +0100 |
commit | f0c629dcc6c3f2242a735567cdd6855fa108d1a5 (patch) | |
tree | 47460cc3aa1831bb877814a5340c56043a00ca14 /.gitignore | |
parent | 23b942c83e93f529f255005d37f7ca8dea9a2ccf (diff) |
lib.sh: write version/versiondate to dotfiles
write to .version and .versiondate, instead
of version and versiondate.
this will hide them to avoid visual clutter while
analysing files within lbmk.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ /push /version /versiondate +/.version +/.versiondate /vendorfiles/ *me.bin *sch5545ec.bin |