From c004ae565609d61dd1de739953f64060c2350fb3 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 13 Oct 2020 01:20:28 +0200 Subject: .gitignore: Do not let git track '*.fd' These files are usually binaries, and should never be committed. Change-Id: I9df80f777020632e4c82a06ae3ae73c95234f3b5 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/46322 Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2fabfeef4b..97cc9ce95d 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ site-local *.debug !Kconfig.debug *.elf +*.fd *.o *.o.d *.out -- cgit v1.2.3