提交 b1c66ca8 创建 作者: Austin Clements's avatar Austin Clements

Sync up clean and gitignore better

上级 87904b01
...@@ -11,5 +11,6 @@ entryother ...@@ -11,5 +11,6 @@ entryother
initcode initcode
initcode.out initcode.out
kernel kernel
kernelmemfs
mkfs mkfs
.gdbinit .gdbinit
...@@ -172,8 +172,9 @@ fs.img: mkfs README $(UPROGS) ...@@ -172,8 +172,9 @@ fs.img: mkfs README $(UPROGS)
clean: clean:
rm -f *.tex *.dvi *.idx *.aux *.log *.ind *.ilg \ rm -f *.tex *.dvi *.idx *.aux *.log *.ind *.ilg \
*.o *.d *.asm *.sym vectors.S parport.out \ *.o *.d *.asm *.sym vectors.S bootblock entryother \
bootblock entryother kernel xv6.img fs.img kernelmemfs mkfs \ initcode initcode.out kernel xv6.img fs.img kernelmemfs mkfs \
.gdbinit \
$(UPROGS) $(UPROGS)
# make a printout # make a printout
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论