aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-01-16 13:52:15 -0800
committerH. Peter Anvin <hpa@zytor.com>2014-01-16 13:52:15 -0800
commit007b0adbe7012532ddf3172549cbb24feab4b157 (patch)
tree8bae8e02e3f4634cfb0cd04f4f465a712af30cd0
parent1d01a26f07910da394a733421f1308830d490e94 (diff)
downloadsyslinux-007b0adbe7012532ddf3172549cbb24feab4b157.tar.gz
syslinux-007b0adbe7012532ddf3172549cbb24feab4b157.tar.xz
syslinux-007b0adbe7012532ddf3172549cbb24feab4b157.zip
.gitignore: Ignore the bios, efi32, efi64 object directories
They are object output only. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 867e8220..35a3c187 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,6 @@
*GPATH
*GRTAGS
*GTAGS
+/bios
+/efi32
+/efi64