Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46322 )
Change subject: .gitignore: Exclude '*.fd' ......................................................................
.gitignore: Exclude '*.fd'
These files are usually binaries, and should never be committed.
Change-Id: I9df80f777020632e4c82a06ae3ae73c95234f3b5 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/46322/1
diff --git a/.gitignore b/.gitignore index 2fabfee..97cc9ce 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ *.debug !Kconfig.debug *.elf +*.fd *.o *.o.d *.out