From 95ccd1d5239ee0039ad7bb493276933fafc5c8db Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 7 Jul 2006 10:12:56 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9204 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/csharp/callback/.cvsignore | 10 ++++++++-- Examples/csharp/extend/.cvsignore | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Examples/csharp/callback/.cvsignore b/Examples/csharp/callback/.cvsignore index 5357e1b11..4d2617bea 100644 --- a/Examples/csharp/callback/.cvsignore +++ b/Examples/csharp/callback/.cvsignore @@ -1,14 +1,20 @@ -*.class -*.java +runme *_wrap.c *_wrap.cxx *_wrap.h +*.iltmp +*.cs *.dll *.dsw *.exp +*.ilk *.lib *.ncb *.opt *.plg +*.suo +*.pdb +example-cs.csproj.user +obj Release Debug diff --git a/Examples/csharp/extend/.cvsignore b/Examples/csharp/extend/.cvsignore index 4fa8caf32..4d2617bea 100644 --- a/Examples/csharp/extend/.cvsignore +++ b/Examples/csharp/extend/.cvsignore @@ -1,6 +1,7 @@ runme *_wrap.c *_wrap.cxx +*_wrap.h *.iltmp *.cs *.dll