Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Reduce scope of wildcard .gitignore rules | Mark Rogalski | 2024-01-09 | 1 | -1/+1 |
| | | | | | | | | Ensure that .gitignore rules do not cover any files that do exist within the repository. Modified-by: Michael Brown <mcb30@ipxe.org> Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [build] Add support for local configuration files | Piotr JaroszyĆski | 2010-03-26 | 1 | -1/+0 |
| | | | | | | | | Include config/local/$file in config/$file where it makes sense and create empty local configs during build if not present. Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org> | ||||
* | [util] config-local.h to avoid accidental commits | Stefan Hajnoczi | 2008-06-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | During development it is often handy to change the config.h options from their defaults, for example to enable debugging features. To prevent accidental commits of debugging config.h changes, mdc suggested having a config-local.h that is excluded from source control. This file acts as a temporary config.h and can override any of the defaults. This commit is an attempt to implement the config-local.h feature. The config.h file now has the following as its last line: /* @TRYSOURCE config-local.h */ The @TRYSOURCE directive causes config-local.h to be included at that point in the file. If config-local.h does not exist, no error will be printed and parsing will continue as normal. Therefore, mkconfig.pl is "trying" to "source" config-local.h. | ||||
* | Ignore .echocheck internal housekeeping file. | Michael Brown | 2007-12-08 | 1 | -0/+1 |
| | |||||
* | Rename .cvsignore files to .gitignore | Michael Brown | 2007-06-09 | 1 | -0/+3 |