Go to file
Geoffroy Van Cutsem 9e854eacc5 .gitignore: add 2 entries to ignore version.h file if present
If you build for a platform (e.g. uefi) and right after that for
another platform ('sbl'), the new build will fail and a version.h
file is left in the tree (bsp/uefi/include/bsp/version.h or
bsp/sbl/include/bsp/version.h depending on the order you built one
after the other). This commit makes git ignore any of those in case
it is there. Note that 'make clean' with the corresponding
PLATFORM variable will clean this file.

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2018-05-15 17:19:37 +08:00
devicemodel Enable FORTIFY and FORMAT SECURITY compile flags 2018-05-15 17:19:37 +08:00
doc doc: add doc building/publishing instructions 2018-05-15 17:19:37 +08:00
hypervisor .gitignore: add 2 entries to ignore version.h file if present 2018-05-15 17:19:37 +08:00