This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
acrn-hypervisor
mirror of
https://github.com/projectacrn/acrn-hypervisor.git
Watch
1
Star
0
Fork
You've already forked acrn-hypervisor
0
Code
Issues
Releases
Wiki
Activity
466eb13054
acrn-hypervisor
/
hypervisor
/
.gitignore
4 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add .gitignore create a .gitignore that ignores output created by Make Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-03-16 08:03:25 +08:00
build/
.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-03-20 21:32:50 +08:00
bsp/uefi/include/bsp/version.h
bsp/sbl/include/bsp/version.h