Skip to content

Commit 9e854ea

Browse files
Geoffroy Van Cutsemjren1
authored andcommitted
.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>
1 parent d8b1fd2 commit 9e854ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hypervisor/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
build/
2+
bsp/uefi/include/bsp/version.h
3+
bsp/sbl/include/bsp/version.h

0 commit comments

Comments
 (0)