Sync up clean and gitignore better

This commit is contained in:
Austin Clements 2011-09-05 15:21:40 -04:00
parent 87904b01a3
commit b1c66ca899
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -11,5 +11,6 @@ entryother
initcode initcode
initcode.out initcode.out
kernel kernel
kernelmemfs
mkfs mkfs
.gdbinit .gdbinit

View file

@ -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