[PATCH 1/1] efi_loader: git ignore helloworld_efi.S
    Heinrich Schuchardt 
    xypron.glpk at gmx.de
       
    Mon Dec 16 12:13:23 CET 2019
    
    
  
Add *.S to .gitignore.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 lib/efi_loader/.gitignore | 1 +
 1 file changed, 1 insertion(+)
diff --git a/lib/efi_loader/.gitignore b/lib/efi_loader/.gitignore
index 634a600f84..f2d7c14447 100644
--- a/lib/efi_loader/.gitignore
+++ b/lib/efi_loader/.gitignore
@@ -1,2 +1,3 @@
 *.efi
 *.so
+*.S
--
2.24.0
    
    
More information about the U-Boot
mailing list