9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 770a751fb300449727b1a658664d5ae9638158c7
parent 17b0700723b5998f15e3d065104343211c75c33f
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Thu, 11 Oct 2018 10:31:36 +0100

Add .gitignore

Diffstat:
A.gitignore | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,10 @@ +*.o +*.a +*.d +*.bin +*.elf +*.out +bin/ +lib/ +src/romfw/rmctbl.c +src/ramfw/rmctbl.c