add .log files to .gitignore

The GNU Boot build system produces these log files, which
should not appear in Git history, so put them in .gitignore.

Signed-off-by: Leah Rowe <info@minifree.org>
This commit is contained in:
Leah Rowe 2024-01-16 01:19:05 +00:00
parent 8c7114e042
commit 4a3b2a416a

1
.gitignore vendored
View file

@ -36,3 +36,4 @@
/versiondate
/util/dell-flash-unlock/dell_flash_unlock
*.vim
*.log