[syslinux:firmware] .gitignore: Ignore the bios, efi32, efi64 object directories

syslinux-bot for H. Peter Anvin hpa at zytor.com
Thu Jan 16 13:54:04 PST 2014


Commit-ID:  007b0adbe7012532ddf3172549cbb24feab4b157
Gitweb:     http://www.syslinux.org/commit/007b0adbe7012532ddf3172549cbb24feab4b157
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Thu, 16 Jan 2014 13:52:15 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Thu, 16 Jan 2014 13:52:15 -0800

.gitignore: Ignore the bios, efi32, efi64 object directories

They are object output only.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 867e822..35a3c18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,6 @@
 *GPATH
 *GRTAGS
 *GTAGS
+/bios
+/efi32
+/efi64


More information about the Syslinux-commits mailing list