diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-06-26 21:24:02 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-06-26 21:24:02 -0700 |
commit | e8f2cf44b1ee708093880cf4071a0ee6d72a044a (patch) | |
tree | 994c37dd450732b5980db5a662a8f48241a078f6 /.gitignore | |
parent | 92e6edabf7661a9fa9a7e7985d4fc37bf3cda649 (diff) | |
download | syslinux-e8f2cf44b1ee708093880cf4071a0ee6d72a044a.tar.gz syslinux-e8f2cf44b1ee708093880cf4071a0ee6d72a044a.tar.xz syslinux-e8f2cf44b1ee708093880cf4071a0ee6d72a044a.zip |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,12 +9,14 @@ *.elf *.exe *.gen +*.lib *.lnx *.lo *.lsr *.lst *.map *.o +*.obj *.orig *.raw *.rej @@ -38,6 +40,7 @@ /utils/isohdpfx.c /utils/isohybrid /utils/isohybrid.pl +/utils/memdiskfind /utils/mkdiskimage /version.h /version.mk |