diff --git a/Examples/GIFPlot/Perl5/full/.cvsignore b/Examples/GIFPlot/Perl5/full/.cvsignore new file mode 100644 index 000000000..498932643 --- /dev/null +++ b/Examples/GIFPlot/Perl5/full/.cvsignore @@ -0,0 +1,10 @@ +gifplot.pm +*_wrap.c +*_wrap.cxx +example.dll +example.dsw +example.ncb +example.opt +example.plg +Release +Debug diff --git a/Examples/GIFPlot/Perl5/shadow/.cvsignore b/Examples/GIFPlot/Perl5/shadow/.cvsignore new file mode 100644 index 000000000..498932643 --- /dev/null +++ b/Examples/GIFPlot/Perl5/shadow/.cvsignore @@ -0,0 +1,10 @@ +gifplot.pm +*_wrap.c +*_wrap.cxx +example.dll +example.dsw +example.ncb +example.opt +example.plg +Release +Debug diff --git a/Examples/GIFPlot/Perl5/simple/.cvsignore b/Examples/GIFPlot/Perl5/simple/.cvsignore new file mode 100644 index 000000000..498932643 --- /dev/null +++ b/Examples/GIFPlot/Perl5/simple/.cvsignore @@ -0,0 +1,10 @@ +gifplot.pm +*_wrap.c +*_wrap.cxx +example.dll +example.dsw +example.ncb +example.opt +example.plg +Release +Debug diff --git a/Examples/GIFPlot/Php4/full/.cvsignore b/Examples/GIFPlot/Php4/full/.cvsignore new file mode 100644 index 000000000..1e3e70e7e --- /dev/null +++ b/Examples/GIFPlot/Php4/full/.cvsignore @@ -0,0 +1,14 @@ +php_gifplot.h +gifplot.php +*_wrap.c +*_wrap.cxx +*_wrap.cpp +*.dll +*.dsw +*.exp +*.lib +*.ncb +*.opt +*.plg +Release +Debug diff --git a/Examples/GIFPlot/Php4/shadow/.cvsignore b/Examples/GIFPlot/Php4/shadow/.cvsignore new file mode 100644 index 000000000..84efa1866 --- /dev/null +++ b/Examples/GIFPlot/Php4/shadow/.cvsignore @@ -0,0 +1,14 @@ +php_example.h +gifplot.php +*_wrap.c +*_wrap.cxx +*_wrap.cpp +*.dll +*.dsw +*.exp +*.lib +*.ncb +*.opt +*.plg +Release +Debug diff --git a/Examples/GIFPlot/Php4/simple/.cvsignore b/Examples/GIFPlot/Php4/simple/.cvsignore new file mode 100644 index 000000000..11266c514 --- /dev/null +++ b/Examples/GIFPlot/Php4/simple/.cvsignore @@ -0,0 +1,14 @@ +php_simple.h +simple.php +*_wrap.c +*_wrap.cxx +*_wrap.cpp +*.dll +*.dsw +*.exp +*.lib +*.ncb +*.opt +*.plg +Release +Debug diff --git a/Examples/GIFPlot/Python/full/.cvsignore b/Examples/GIFPlot/Python/full/.cvsignore index d22426456..a5df59cca 100644 --- a/Examples/GIFPlot/Python/full/.cvsignore +++ b/Examples/GIFPlot/Python/full/.cvsignore @@ -1,3 +1,5 @@ +gifplot.py +gifplot.pyc gifplot_wrap.c *.so *.dll diff --git a/Examples/GIFPlot/Python/shadow/.cvsignore b/Examples/GIFPlot/Python/shadow/.cvsignore index a5df59cca..dc4975a88 100644 --- a/Examples/GIFPlot/Python/shadow/.cvsignore +++ b/Examples/GIFPlot/Python/shadow/.cvsignore @@ -1,8 +1,13 @@ -gifplot.py -gifplot.pyc -gifplot_wrap.c -*.so +simple.py +simple.pyc +*_wrap.c +*_wrap.cxx *.dll -*.gif +*.dsw *.exp *.lib +*.ncb +*.opt +*.plg +Release +Debug diff --git a/Examples/GIFPlot/Python/simple/.cvsignore b/Examples/GIFPlot/Python/simple/.cvsignore index e5a38ed95..10c6a2d6a 100644 --- a/Examples/GIFPlot/Python/simple/.cvsignore +++ b/Examples/GIFPlot/Python/simple/.cvsignore @@ -1,3 +1,5 @@ +simple.py +simple.pyc simple_wrap.c *.so *.dll