diff --git a/SWIG/Examples/python/callback/.cvsignore b/SWIG/Examples/python/callback/.cvsignore index dbf1da3aa..97a00399a 100644 --- a/SWIG/Examples/python/callback/.cvsignore +++ b/SWIG/Examples/python/callback/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *_wrap.h diff --git a/SWIG/Examples/python/class/.cvsignore b/SWIG/Examples/python/class/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/class/.cvsignore +++ b/SWIG/Examples/python/class/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/constants/.cvsignore b/SWIG/Examples/python/constants/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/constants/.cvsignore +++ b/SWIG/Examples/python/constants/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/contract/.cvsignore b/SWIG/Examples/python/contract/.cvsignore new file mode 100644 index 000000000..d111f30e8 --- /dev/null +++ b/SWIG/Examples/python/contract/.cvsignore @@ -0,0 +1,13 @@ +example.py +example.pyc +*_wrap.c +*_wrap.cxx +*.dll +*.dsw +*.exp +*.lib +*.ncb +*.opt +*.plg +Release +Debug diff --git a/SWIG/Examples/python/enum/.cvsignore b/SWIG/Examples/python/enum/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/enum/.cvsignore +++ b/SWIG/Examples/python/enum/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/exception/.cvsignore b/SWIG/Examples/python/exception/.cvsignore new file mode 100644 index 000000000..d111f30e8 --- /dev/null +++ b/SWIG/Examples/python/exception/.cvsignore @@ -0,0 +1,13 @@ +example.py +example.pyc +*_wrap.c +*_wrap.cxx +*.dll +*.dsw +*.exp +*.lib +*.ncb +*.opt +*.plg +Release +Debug diff --git a/SWIG/Examples/python/exceptshadow/.cvsignore b/SWIG/Examples/python/exceptshadow/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/exceptshadow/.cvsignore +++ b/SWIG/Examples/python/exceptshadow/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/extend/.cvsignore b/SWIG/Examples/python/extend/.cvsignore index dbf1da3aa..97a00399a 100644 --- a/SWIG/Examples/python/extend/.cvsignore +++ b/SWIG/Examples/python/extend/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *_wrap.h diff --git a/SWIG/Examples/python/funcattr/.cvsignore b/SWIG/Examples/python/funcattr/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/funcattr/.cvsignore +++ b/SWIG/Examples/python/funcattr/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/funcptr/.cvsignore b/SWIG/Examples/python/funcptr/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/funcptr/.cvsignore +++ b/SWIG/Examples/python/funcptr/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/funcptr2/.cvsignore b/SWIG/Examples/python/funcptr2/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/funcptr2/.cvsignore +++ b/SWIG/Examples/python/funcptr2/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/functor/.cvsignore b/SWIG/Examples/python/functor/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/functor/.cvsignore +++ b/SWIG/Examples/python/functor/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/libffi/.cvsignore b/SWIG/Examples/python/libffi/.cvsignore new file mode 100644 index 000000000..d111f30e8 --- /dev/null +++ b/SWIG/Examples/python/libffi/.cvsignore @@ -0,0 +1,13 @@ +example.py +example.pyc +*_wrap.c +*_wrap.cxx +*.dll +*.dsw +*.exp +*.lib +*.ncb +*.opt +*.plg +Release +Debug diff --git a/SWIG/Examples/python/mpointer/.cvsignore b/SWIG/Examples/python/mpointer/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/mpointer/.cvsignore +++ b/SWIG/Examples/python/mpointer/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/multimap/.cvsignore b/SWIG/Examples/python/multimap/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/multimap/.cvsignore +++ b/SWIG/Examples/python/multimap/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/operator/.cvsignore b/SWIG/Examples/python/operator/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/operator/.cvsignore +++ b/SWIG/Examples/python/operator/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/pointer/.cvsignore b/SWIG/Examples/python/pointer/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/pointer/.cvsignore +++ b/SWIG/Examples/python/pointer/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/reference/.cvsignore b/SWIG/Examples/python/reference/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/reference/.cvsignore +++ b/SWIG/Examples/python/reference/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/shadow/.cvsignore b/SWIG/Examples/python/shadow/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/shadow/.cvsignore +++ b/SWIG/Examples/python/shadow/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/simple/.cvsignore b/SWIG/Examples/python/simple/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/simple/.cvsignore +++ b/SWIG/Examples/python/simple/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/smartptr/.cvsignore b/SWIG/Examples/python/smartptr/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/smartptr/.cvsignore +++ b/SWIG/Examples/python/smartptr/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/std_vector/.cvsignore b/SWIG/Examples/python/std_vector/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/std_vector/.cvsignore +++ b/SWIG/Examples/python/std_vector/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/template/.cvsignore b/SWIG/Examples/python/template/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/template/.cvsignore +++ b/SWIG/Examples/python/template/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/value/.cvsignore b/SWIG/Examples/python/value/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/value/.cvsignore +++ b/SWIG/Examples/python/value/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/varargs/.cvsignore b/SWIG/Examples/python/varargs/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/varargs/.cvsignore +++ b/SWIG/Examples/python/varargs/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll diff --git a/SWIG/Examples/python/variables/.cvsignore b/SWIG/Examples/python/variables/.cvsignore index 682249a5e..d111f30e8 100644 --- a/SWIG/Examples/python/variables/.cvsignore +++ b/SWIG/Examples/python/variables/.cvsignore @@ -1,4 +1,5 @@ example.py +example.pyc *_wrap.c *_wrap.cxx *.dll