Angel Pons has uploaded this change for review.

View Change

.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

To view, visit change 46322. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9df80f777020632e4c82a06ae3ae73c95234f3b5
Gerrit-Change-Number: 46322
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange