diff --git a/SWIG/Examples/perl5/import/.cvsignore b/SWIG/Examples/perl5/import/.cvsignore index 14e6026e7..0308976dc 100644 --- a/SWIG/Examples/perl5/import/.cvsignore +++ b/SWIG/Examples/perl5/import/.cvsignore @@ -6,9 +6,9 @@ spam.pm *_wrap.c *_wrap.cxx *.dll -*.dsw -*.ncb -*.opt -*.plg +example.dsw +example.ncb +example.opt +example.plg Release Debug diff --git a/SWIG/Examples/python/import/.cvsignore b/SWIG/Examples/python/import/.cvsignore index fedc51be8..ebf78a6bb 100644 --- a/SWIG/Examples/python/import/.cvsignore +++ b/SWIG/Examples/python/import/.cvsignore @@ -5,11 +5,11 @@ spam.py *_wrap.c *_wrap.cxx *.dll -*.dsw -*.exp -*.lib -*.ncb -*.opt -*.plg +example.dsw +example.exp +example.lib +example.ncb +example.opt +example.plg Release Debug diff --git a/SWIG/Examples/python/import_template/.cvsignore b/SWIG/Examples/python/import_template/.cvsignore index 39a71d00e..76f2aef87 100644 --- a/SWIG/Examples/python/import_template/.cvsignore +++ b/SWIG/Examples/python/import_template/.cvsignore @@ -1,12 +1,19 @@ +bar.py base.py +foo.py +spam.py +bar.pyc +base.pyc +foo.pyc +spam.pyc *_wrap.c *_wrap.cxx *.dll -*.dsw -*.exp -*.lib -*.ncb -*.opt -*.plg +example.dsw +example.exp +example.lib +example.ncb +example.opt +example.plg Release Debug