Skip to content

Commit b15a361

Browse files
committed
Do not track the generated riscv-harts.dtsi
1 parent 914d14e commit b15a361

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ semu
88
Image
99
ext4.img
1010
rootfs.cpio
11+
12+
# intermediate
13+
riscv-harts.dtsi

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ clean:
9898
$(Q)$(RM) $(BIN) $(OBJS) $(deps)
9999

100100
distclean: clean
101+
$(Q)$(RM) riscv-harts.dtsi
101102
$(Q)$(RM) minimal.dtb
102103
$(Q)$(RM) Image rootfs.cpio
103104
$(Q)$(RM) ext4.img

0 commit comments

Comments
 (0)