Skip to content

Commit

Permalink
Do not track the generated riscv-harts.dtsi
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jul 18, 2024
1 parent 914d14e commit b15a361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ semu
Image
ext4.img
rootfs.cpio

# intermediate
riscv-harts.dtsi
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ clean:
$(Q)$(RM) $(BIN) $(OBJS) $(deps)

distclean: clean
$(Q)$(RM) riscv-harts.dtsi
$(Q)$(RM) minimal.dtb
$(Q)$(RM) Image rootfs.cpio
$(Q)$(RM) ext4.img
Expand Down

0 comments on commit b15a361

Please sign in to comment.