*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8651 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f8407dd07b
commit
1df2820ae9
10 changed files with 84 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
gifplot.pm
|
||||
simple.pm
|
||||
*_wrap.c
|
||||
*_wrap.cxx
|
||||
example.dll
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
simple.py
|
||||
simple.pyc
|
||||
gifplot.py
|
||||
gifplot.pyc
|
||||
*_wrap.c
|
||||
*_wrap.cxx
|
||||
*.dll
|
||||
|
|
|
|||
5
Examples/lua/constants/.cvsignore
Normal file
5
Examples/lua/constants/.cvsignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
*wrap*
|
||||
*.so
|
||||
*.dll
|
||||
*.exp
|
||||
*.lib
|
||||
5
Examples/lua/functest/.cvsignore
Normal file
5
Examples/lua/functest/.cvsignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
*wrap*
|
||||
*.so
|
||||
*.dll
|
||||
*.exp
|
||||
*.lib
|
||||
5
Examples/lua/pointer/.cvsignore
Normal file
5
Examples/lua/pointer/.cvsignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
*wrap*
|
||||
*.so
|
||||
*.dll
|
||||
*.exp
|
||||
*.lib
|
||||
10
Examples/perl5/multiple_inheritance/.cvsignore
Normal file
10
Examples/perl5/multiple_inheritance/.cvsignore
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
example.pm
|
||||
*_wrap.c
|
||||
*_wrap.cxx
|
||||
example.dll
|
||||
example.dsw
|
||||
example.ncb
|
||||
example.opt
|
||||
example.plg
|
||||
Release
|
||||
Debug
|
||||
14
Examples/php4/cpointer/.cvsignore
Normal file
14
Examples/php4/cpointer/.cvsignore
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
php_example.h
|
||||
example.php
|
||||
*_wrap.c
|
||||
*_wrap.cxx
|
||||
*_wrap.cpp
|
||||
*.dll
|
||||
*.dsw
|
||||
*.exp
|
||||
*.lib
|
||||
*.ncb
|
||||
*.opt
|
||||
*.plg
|
||||
Release
|
||||
Debug
|
||||
14
Examples/php4/disown/.cvsignore
Normal file
14
Examples/php4/disown/.cvsignore
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
php_example.h
|
||||
example.php
|
||||
*_wrap.c
|
||||
*_wrap.cxx
|
||||
*_wrap.cpp
|
||||
*.dll
|
||||
*.dsw
|
||||
*.exp
|
||||
*.lib
|
||||
*.ncb
|
||||
*.opt
|
||||
*.plg
|
||||
Release
|
||||
Debug
|
||||
14
Examples/php4/overloading/.cvsignore
Normal file
14
Examples/php4/overloading/.cvsignore
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
php_example.h
|
||||
example.php
|
||||
*_wrap.c
|
||||
*_wrap.cxx
|
||||
*_wrap.cpp
|
||||
*.dll
|
||||
*.dsw
|
||||
*.exp
|
||||
*.lib
|
||||
*.ncb
|
||||
*.opt
|
||||
*.plg
|
||||
Release
|
||||
Debug
|
||||
14
Examples/php4/pragmas/.cvsignore
Normal file
14
Examples/php4/pragmas/.cvsignore
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
php_example.h
|
||||
example.php
|
||||
*_wrap.c
|
||||
*_wrap.cxx
|
||||
*_wrap.cpp
|
||||
*.dll
|
||||
*.dsw
|
||||
*.exp
|
||||
*.lib
|
||||
*.ncb
|
||||
*.opt
|
||||
*.plg
|
||||
Release
|
||||
Debug
|
||||
Loading…
Add table
Add a link
Reference in a new issue