summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-13 01:20:28 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-10-14 09:24:25 +0000
commitc004ae565609d61dd1de739953f64060c2350fb3 (patch)
tree9f9a09335bb3a9e394a93fdb6716627b2d5b69ee /.gitignore
parent04bf41b5aa3001395e6d89ab1b0a0531b85c626f (diff)
downloadcoreboot-c004ae565609d61dd1de739953f64060c2350fb3.tar.xz
.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 <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46322 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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