From 6504c5c8940faaa690774ce6cff1afa52de7bdb0 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 2 Apr 2003 08:44:05 +0000 Subject: [PATCH] Improvements to .cvsignore, to attempt to reduce the huge number of ? lines I see when running `cvs update', which in turn might help deal with my tendency to forget to `cvs add' new files before a big checkin :-) [originally from svn r3042] --- .cvsignore | 4 ++++ unix/.cvsignore | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 72e79a10..5494d0c5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,7 @@ *.pdb *.ilk *.res *.RES *.pch *.rsp *.obj *.exe *.ncb *.plg *.dsw *.opt *.dsp *.tds *.map Makefile.bor Makefile.cyg Makefile.vc +*.log +pageant plink pscp psftp putty puttytel puttygen +*.DSA *.RSA +*.cnt *.hlp diff --git a/unix/.cvsignore b/unix/.cvsignore index fabca836..28b574fa 100644 --- a/unix/.cvsignore +++ b/unix/.cvsignore @@ -1,2 +1,3 @@ -Makefile.gtk -plink pterm +Makefile.gtk Makefile +plink pterm putty +*.log