From df5336c9fb551c2d4b55266e95f819adb4ad6034 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 23 Oct 2018 08:31:42 +0200 Subject: [PATCH] gitignore: drop some useless entries Some version.h files had been removed in commit 4627cd4d: [ HV: build: drop useless files ] drop the remaining references in .gitignore as well. Also drop hypervisor/build and devicemodel/build, they are redundant since the pattern 'build' exists. Tracked-On: #1599 Signed-off-by: Ming Liu --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index cf32ad56a..eb5e9c31a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -hypervisor/build/ -hypervisor/bsp/uefi/include/bsp/version.h -hypervisor/bsp/sbl/include/bsp/version.h -devicemodel/build/ devicemodel/include/version.h doc/doxygen doc/_build