From: Austin Clements Date: Mon, 5 Sep 2011 19:21:40 +0000 (-0400) Subject: Sync up clean and gitignore better X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=b1c66ca8992fabe1ae091ef20013e3e6f50a6016;p=cs3210-lab1.git Sync up clean and gitignore better --- diff --git a/.gitignore b/.gitignore index 90bc52c..3e2c9de 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,6 @@ entryother initcode initcode.out kernel +kernelmemfs mkfs .gdbinit diff --git a/Makefile b/Makefile index 3ce1cb4..ca185ec 100644 --- a/Makefile +++ b/Makefile @@ -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