efi_loader: git ignore helloworld_efi.S
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 16 Dec 2019 11:05:58 +0000 (12:05 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:20 +0000 (18:08 +0100)
Add *.S to .gitignore.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/.gitignore

index 634a600f847c3975d461ccfaa40c187e02c8769e..f2d7c144479b4461cea18c3316e112b121a7e3cc 100644 (file)
@@ -1,2 +1,3 @@
 *.efi
 *.so
+*.S