gnuboot-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[for 0.1 release, 2nd patchset v2 10/11] add .log files to .gitignore


From: Leah Rowe
Subject: [for 0.1 release, 2nd patchset v2 10/11] add .log files to .gitignore
Date: Tue, 16 Jan 2024 12:18:48 +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 50c6260..8994d23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
 /versiondate
 /util/dell-flash-unlock/dell_flash_unlock
 *.vim
+*.log
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]