From 4c7e70c110785ca58c977ac8c5722e9efda333ca Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 11 Sep 2000 09:23:23 +0000 Subject: [PATCH] Add further types of garbage to .cvsignore and to "make clean" [originally from svn r581] --- .cvsignore | 3 ++- Makefile | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index ff174195..698b9485 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ -*.pdb *.ilk *.res *.RES *.pch *.rsp *.obj *.exe +*.pdb *.ilk *.res *.RES *.pch *.rsp *.obj *.exe *.ncb *.plg *.dsw *.opt *.dsp +mkres mkres.exe Makefile.bor Makefile.cyg diff --git a/Makefile b/Makefile index 3b134914..270cb5cd 100644 --- a/Makefile +++ b/Makefile @@ -216,3 +216,8 @@ clean: del *.ilk del *.pdb del *.rsp + del *.dsp + del *.dsw + del *.ncb + del *.opt + del *.plg