From b1c66ca8992fabe1ae091ef20013e3e6f50a6016 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 5 Sep 2011 15:21:40 -0400 Subject: [PATCH] Sync up clean and gitignore better --- .gitignore | 1 + Makefile | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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