diff options
author | Matthew Wilcox <matthew@wil.cx> | 2007-07-19 13:09:10 -0600 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 14:32:38 -0700 |
commit | 12795067cfa595434be0236b102a8eb20d578741 (patch) | |
tree | 4329719caec16122e0decdf0eaa4286c9436cb0e /arch/i386/boot | |
parent | 80422977478775fe03f25e57b67efe9f0a67e50c (diff) | |
download | linux-3.10-12795067cfa595434be0236b102a8eb20d578741.tar.gz linux-3.10-12795067cfa595434be0236b102a8eb20d578741.tar.bz2 linux-3.10-12795067cfa595434be0236b102a8eb20d578741.zip |
Update .gitignore for arch/i386/boot
With the new setup code, we generate a couple more files
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
[ .. and do the same for x86-64 - Alexey ]
Acked-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/i386/boot')
-rw-r--r-- | arch/i386/boot/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/boot/.gitignore b/arch/i386/boot/.gitignore index 495f20c085d..18465143cfa 100644 --- a/arch/i386/boot/.gitignore +++ b/arch/i386/boot/.gitignore @@ -1,3 +1,5 @@ bootsect bzImage setup +setup.bin +setup.elf |