Skip to content

Commit

Permalink
Sync up clean and gitignore better
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Clements committed Sep 5, 2011
1 parent 87904b0 commit b1c66ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,5 +11,6 @@ entryother
initcode
initcode.out
kernel
kernelmemfs
mkfs
.gdbinit
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -172,8 +172,9 @@ fs.img: mkfs README $(UPROGS)

clean:
rm -f *.tex *.dvi *.idx *.aux *.log *.ind *.ilg \
*.o *.d *.asm *.sym vectors.S parport.out \
bootblock entryother kernel xv6.img fs.img kernelmemfs mkfs \
*.o *.d *.asm *.sym vectors.S bootblock entryother \
initcode initcode.out kernel xv6.img fs.img kernelmemfs mkfs \
.gdbinit \
$(UPROGS)

# make a printout
Expand Down

0 comments on commit b1c66ca

Please sign in to comment.