[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[for 0.1 release 11/11] add .log files to .gitignore
From: |
Leah Rowe |
Subject: |
[for 0.1 release 11/11] add .log files to .gitignore |
Date: |
Tue, 16 Jan 2024 01:24:51 +0000 |
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>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index c7e97a6..793671e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
/versiondate
/util/dell-flash-unlock/dell_flash_unlock
*.vim
+*.log
--
2.39.2
- [for 0.1 release 01/11] crossgcc/default: fix build errors on host gcc 13.x, Leah Rowe, 2024/01/15
- [for 0.1 release 02/11] grub.cfg: support ESP, btrfs subvols and extlinux, Leah Rowe, 2024/01/15
- [for 0.1 release 04/11] cache cbfstool and ifdtool builds, Leah Rowe, 2024/01/15
- [for 0.1 release 07/11] GRUB: Force scancode set 2 with translation, Leah Rowe, 2024/01/15
- [for 0.1 release 05/11] build/module/grub: disable -Werror on builds, Leah Rowe, 2024/01/15
- [for 0.1 release 03/11] build/boot/roms: skip building gnat on fam15h, Leah Rowe, 2024/01/15
- [for 0.1 release 06/11] coreboot/fam15h: fix binutils build error on gcc13, Leah Rowe, 2024/01/15
- [for 0.1 release 08/11] GRUB: Don't spew "Unknown key 0xFF", Leah Rowe, 2024/01/15
- [for 0.1 release 09/11] NEW MAINBOARD: Dell Latitude E6400, Leah Rowe, 2024/01/15
- [for 0.1 release 11/11] add .log files to .gitignore,
Leah Rowe <=
- [for 0.1 release 10/11] Add support for google gru_bob and gru_kevin, Leah Rowe, 2024/01/15