summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-28 18:58:00 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-28 18:58:00 -0700
commit4ba801edb01acae7281fe09f6225c38390033817 (patch)
tree6bee72af361b984332a6414297f2c10f4d6016ad /.gitignore
parentff747ef4c75c9e55c9d5c5552126d994c96da245 (diff)
downloadsyslinux-4ba801edb01acae7281fe09f6225c38390033817.tar.gz
Assemble via ELF, to enable future linking
Assemble all files to ELF instead of using the NASM built-in linker. This can enable us to do actual linking in the future.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fc5482cc..cd35dd2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
*.orig
*.rej
*.s
+*.sec
*.sys
*_bin.c
*~