summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Ignore the bios, efi32, efi64 object directoriesH. Peter Anvin2014-01-161-0/+3
| | | | | | They are object output only. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* com32 strerror: add errlist.o to MakeGene Cumm2012-11-061-0/+1
| | | | | | Exclude in .gitignore Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
* ldlinux: Use DT_NEEDED for module dependenciesMatt Fleming2011-06-071-1/+0
| | | | | | | | | The ELF file format uses DT_NEEDED entries in the dynamic section to name any shared library dependencies. Instead of rolling our own dependency logic via the modules.dep file and elf_gen_dep.sh script use the DT_NEEDED entries. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
* Merge remote-tracking branch 'zytor/master' into elflink-mergeMatt Fleming2011-04-041-0/+3
|\ | | | | | | | | | | | | Conflicts: com32/lib/Makefile com32/lib/sys/open.c version
| * Update .gitignoreSebastian Herbszt2011-04-011-0/+3
| | | | | | | | | | | | | | Add *.img, *.img.xz and mk-lba-img to .gitignore. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* | gitignore: Add modules.depMatt Fleming2011-02-171-0/+1
| | | | | | | | | | | | | | | | This file is generated at build time and contains a list of modules and their dependencies. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* | gitignore: Ignore GNU global filesMatt Fleming2011-02-171-0/+3
|/ | | | | | | | Add GPATH, GRTAGS and GTAGS which are tag files generated by GNU global. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* 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