From cfba21df42e83a2bf091c33e3686cfc7b7a12cd2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 8 May 2003 15:27:27 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4780 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/perl5/import/.cvsignore | 10 +++++----- SWIG/Runtime/.cvsignore | 9 +++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/SWIG/Examples/perl5/import/.cvsignore b/SWIG/Examples/perl5/import/.cvsignore index 96e7844ab..14e6026e7 100644 --- a/SWIG/Examples/perl5/import/.cvsignore +++ b/SWIG/Examples/perl5/import/.cvsignore @@ -5,10 +5,10 @@ bar.pm spam.pm *_wrap.c *_wrap.cxx -example.dll -example.dsw -example.ncb -example.opt -example.plg +*.dll +*.dsw +*.ncb +*.opt +*.plg Release Debug diff --git a/SWIG/Runtime/.cvsignore b/SWIG/Runtime/.cvsignore index 502fda84c..59a9e8d75 100644 --- a/SWIG/Runtime/.cvsignore +++ b/SWIG/Runtime/.cvsignore @@ -5,3 +5,12 @@ Makefile.in lib*.c lib*.lo lib*.la +swig*.dsw +swig*.dll +swig*.exp +swig*.lib +swig*.ncb +swig*.opt +swig*.plg +Release +Debug