Skip to content

Commit

Permalink
riscv: Fix gitignore
Browse files Browse the repository at this point in the history
Tell git to not track the compiled boot/loader and boot/loader.lds
files.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
  • Loading branch information
Damien Le Moal authored and Palmer Dabbelt committed Feb 20, 2020
1 parent 6a1ce99 commit e716704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/riscv/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Image
Image.gz
loader
loader.lds

0 comments on commit e716704

Please sign in to comment.