diff options
author | Damien Le Moal <[email protected]> | 2020-02-12 19:34:23 +0900 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2020-02-19 16:13:51 -0800 |
commit | e7167043ee508739fc9c5030494f94bea48cee23 (patch) | |
tree | afd97f91b47443963ba126b800cd2d0f54033778 | |
parent | 6a1ce99dc4bde564e4a072936f9d41f4a439140e (diff) |
riscv: Fix gitignore
Tell git to not track the compiled boot/loader and boot/loader.lds
files.
Signed-off-by: Damien Le Moal <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r-- | arch/riscv/boot/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore index 8dab0bb6ae66..8a45a37d2af4 100644 --- a/arch/riscv/boot/.gitignore +++ b/arch/riscv/boot/.gitignore @@ -1,2 +1,4 @@ Image Image.gz +loader +loader.lds |