From f716ca9bfce608c239f6be9f7101f7c3450859c6 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/SWIG@4780 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/perl5/import/.cvsignore | 10 +++++----- Runtime/.cvsignore | 9 +++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Examples/perl5/import/.cvsignore b/Examples/perl5/import/.cvsignore index 96e7844ab..14e6026e7 100644 --- a/Examples/perl5/import/.cvsignore +++ b/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/Runtime/.cvsignore b/Runtime/.cvsignore index 502fda84c..59a9e8d75 100644 --- a/Runtime/.cvsignore +++ b/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