From f0c629dcc6c3f2242a735567cdd6855fa108d1a5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 12 Apr 2025 13:51:49 +0100 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 177512a7..4979e1f9 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,8 @@ /push /version /versiondate +/.version +/.versiondate /vendorfiles/ *me.bin *sch5545ec.bin -- cgit v1.2.1