summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignoreH. Peter Anvin2010-06-261-0/+3
|
* Merge remote branch 'origin/master' into pathbasedH. Peter Anvin2010-05-201-0/+2
|\ | | | | | | | | | | | | Resolved Conflicts: com32/modules/cat.c Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| * isohybrid: create a C versionP. J. Pandit2010-05-201-0/+2
| | | | | | | | | | | | | | Some Linux distributions have complained about Perl as a prerequisite for isohybrid, so create a C version. [ hpa: modified the array generator to put it all in one script ]
* | gitignore: add *.rawH. Peter Anvin2009-05-241-0/+1
|/ | | | | | *.raw files are generated; ignore them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* ISOLINUX: support for hybrid mode (CD-ROM/USB key)H. Peter Anvin2008-09-051-0/+1
| | | | | | Still a work in progress. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Add version.mk to .gitignoreH. Peter Anvin2008-08-071-0/+1
|
* .gitignore: make singleton filenames absoluteH. Peter Anvin2008-07-031-11/+11
| | | | Ignore, for example, version.h, but not memdisk/version.h
* Add *.cp to .gitignoreH. Peter Anvin2008-06-101-0/+1
|
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-4/+6
| | | | | | | | Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any.
* Assemble via ELF, to enable future linkingH. Peter Anvin2008-05-281-0/+1
| | | | | Assemble all files to ELF instead of using the NASM built-in linker. This can enable us to do actual linking in the future.
* Add .gitignore file so "git status" makes senseH. Peter Anvin2007-10-111-0/+34