update cvsignore
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8244 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
434d5b5e3a
commit
dcf0dc2ed2
1 changed files with 34 additions and 22 deletions
|
|
@ -7,30 +7,30 @@ complextest.py
|
|||
director_stl.py
|
||||
director_thread.py
|
||||
director_wstring.py
|
||||
extend_variable.py
|
||||
file_test.py
|
||||
iadd.py
|
||||
inout.py
|
||||
input.py
|
||||
inplaceadd.py
|
||||
implicittest.py
|
||||
kwargs.py
|
||||
li_cstring.py
|
||||
li_cwstring.py
|
||||
li_implicit.py
|
||||
li_std_except.py
|
||||
li_std_vectora.py
|
||||
li_std_map.py
|
||||
li_std_set.py
|
||||
li_std_stream.py
|
||||
li_std_wstream.py
|
||||
li_std_wstring.py
|
||||
nondynamic.py
|
||||
overload_simple_cast.py
|
||||
primitive_types.py
|
||||
std_containers.py
|
||||
swigobject.py
|
||||
template_matrix.py
|
||||
virtual_derivation.py
|
||||
simutry.py
|
||||
singleton.py
|
||||
vector.py
|
||||
abstract_access.py
|
||||
abstract_inherit.py
|
||||
abstract_inherit_ok.py
|
||||
|
|
@ -93,7 +93,6 @@ director_finalizer.py
|
|||
director_nested.py
|
||||
director_protected.py
|
||||
director_redefined.py
|
||||
director_string.py
|
||||
director_unroll.py
|
||||
director_wombat.py
|
||||
disown.py
|
||||
|
|
@ -112,6 +111,7 @@ extend_default.py
|
|||
extend_placement.py
|
||||
extend_template.py
|
||||
extend_template_ns.py
|
||||
extend_variable.py
|
||||
extern_namespace.py
|
||||
extern_throws.py
|
||||
features.py
|
||||
|
|
@ -132,11 +132,9 @@ li_attribute.py
|
|||
li_carrays.py
|
||||
li_cdata.py
|
||||
li_cpointer.py
|
||||
li_std_deque.py
|
||||
li_std_pair.py
|
||||
li_std_string.py
|
||||
li_std_vector.py
|
||||
li_stdint.py
|
||||
li_typemaps.py
|
||||
li_windows.py
|
||||
long_long_apply.py
|
||||
member_template.py
|
||||
minherit.py
|
||||
|
|
@ -153,6 +151,7 @@ namespace_template.py
|
|||
namespace_typedef_class.py
|
||||
namespace_typemap.py
|
||||
namespace_virtual_method.py
|
||||
naturalvar.py
|
||||
newobject1.py
|
||||
ordering.py
|
||||
operator_overload.py
|
||||
|
|
@ -162,6 +161,7 @@ overload_rename.py
|
|||
overload_simple.py
|
||||
overload_subtype.py
|
||||
overload_template.py
|
||||
overload_template_fast.py
|
||||
pointer_reference.py
|
||||
primitive_ref.py
|
||||
private_assign.py
|
||||
|
|
@ -230,7 +230,6 @@ template_ns_enum.py
|
|||
template_ns_enum2.py
|
||||
template_ns_inherit.py
|
||||
template_ns_scope.py
|
||||
template_opaque.py
|
||||
template_partial_arg.py
|
||||
template_qualifier.py
|
||||
template_qualifier.py
|
||||
|
|
@ -242,16 +241,15 @@ template_specialization_defarg.py
|
|||
template_specialization_enum.py
|
||||
template_static.py
|
||||
template_tbase_template.py
|
||||
template_type_namespace.py
|
||||
template_typedef.py
|
||||
template_typedef_cplx.py
|
||||
template_typedef_cplx2.py
|
||||
template_typedef_cplx3.py
|
||||
template_typedef_cplx4.py
|
||||
template_typedef_cplx5.py
|
||||
template_typedef_fnc.py
|
||||
template_typedef_ns.py
|
||||
template_typedef_ptr.py
|
||||
template_typedef_rec.py
|
||||
template_using.py
|
||||
template_virtual.py
|
||||
template_whitespace.py
|
||||
|
|
@ -263,6 +261,7 @@ typedef_funcptr.py
|
|||
typedef_inherit.py
|
||||
typedef_mptr.py
|
||||
typedef_reference.py
|
||||
typedef_sizet.py
|
||||
typedef_scope.py
|
||||
typedef_struct.py
|
||||
typemap_namespace.py
|
||||
|
|
@ -290,6 +289,16 @@ virtual_destructor.py
|
|||
virtual_poly.py
|
||||
voidtest.py
|
||||
wrapmacro.py
|
||||
director_string.py
|
||||
li_std_deque.py
|
||||
li_std_except.py
|
||||
li_std_pair.py
|
||||
li_std_string.py
|
||||
li_std_vector.py
|
||||
naturalvar.py
|
||||
template_typedef_fnc.py
|
||||
template_type_namespace.py
|
||||
template_opaque.py
|
||||
file_test.py
|
||||
li_cstring.py
|
||||
li_cwstring.py
|
||||
|
|
@ -330,7 +339,6 @@ complextest_runme.py
|
|||
director_stl_runme.py
|
||||
director_thread_runme.py
|
||||
director_wstring_runme.py
|
||||
extend_variable_runme.py
|
||||
file_test_runme.py
|
||||
iadd_runme.py
|
||||
inout_runme.py
|
||||
|
|
@ -341,16 +349,17 @@ li_cstring_runme.py
|
|||
li_cwstring_runme.py
|
||||
li_implicit_runme.py
|
||||
li_std_map_runme.py
|
||||
li_std_set_runme.py
|
||||
li_std_stream_runme.py
|
||||
li_std_wstream_runme.py
|
||||
li_std_wstring_runme.py
|
||||
nondynamic_runme.py
|
||||
overload_simple_cast_runme.py
|
||||
primitive_types_runme.py
|
||||
std_containers_runme.py
|
||||
swigobject_runme.py
|
||||
template_matrix_runme.py
|
||||
virtual_derivation_runme.py
|
||||
singleton_runme.py
|
||||
vector_runme.py
|
||||
abstract_access_runme.py
|
||||
abstract_typedef_runme.py
|
||||
abstract_typedef2_runme.py
|
||||
|
|
@ -376,7 +385,6 @@ director_frob_runme.py
|
|||
director_finalizer_runme.py
|
||||
director_nested_runme.py
|
||||
director_protected_runme.py
|
||||
director_string_runme.py
|
||||
director_unroll_runme.py
|
||||
disown_runme.py
|
||||
dynamic_cast_runme.py
|
||||
|
|
@ -386,6 +394,7 @@ exception_order_runme.py
|
|||
extend_placement_runme.py
|
||||
extend_template_runme.py
|
||||
extend_template_ns_runme.py
|
||||
extend_variable_runme.py
|
||||
friends_runme.py
|
||||
global_vars_runme.py
|
||||
grouping_runme.py
|
||||
|
|
@ -396,19 +405,18 @@ langobj_runme.py
|
|||
li_attribute_runme.py
|
||||
li_carrays_runme.py
|
||||
li_cpointer_runme.py
|
||||
li_std_pair_runme.py
|
||||
li_std_string_runme.py
|
||||
li_std_vector_runme.py
|
||||
minherit_runme.py
|
||||
namespace_class_runme.py
|
||||
namespace_typemap_runme.py
|
||||
namespace_virtual_method_runme.py
|
||||
naturalvar_runme.py
|
||||
overload_copy_runme.py
|
||||
overload_extend_runme.py
|
||||
overload_rename_runme.py
|
||||
overload_simple_runme.py
|
||||
overload_subtype_runme.py
|
||||
overload_template_runme.py
|
||||
overload_template_fast_runme.py
|
||||
primitive_ref_runme.py
|
||||
refcount_runme.py
|
||||
reference_global_vars_runme.py
|
||||
|
|
@ -433,12 +441,10 @@ template_extend2_runme.py
|
|||
template_inherit_runme.py
|
||||
template_ns_runme.py
|
||||
template_ns4_runme.py
|
||||
template_opaque_runme.py
|
||||
template_ref_type_runme.py
|
||||
template_rename_runme.py
|
||||
template_static_runme.py
|
||||
template_tbase_template_runme.py
|
||||
template_type_namespace_runme.py
|
||||
template_typedef_runme.py
|
||||
template_typedef_cplx_runme.py
|
||||
template_typedef_cplx2_runme.py
|
||||
|
|
@ -461,6 +467,13 @@ varargs_runme.py
|
|||
virtual_poly_runme.py
|
||||
voidtest_runme.py
|
||||
wrapmacro_runme.py
|
||||
director_string_runme.py
|
||||
li_std_pair_runme.py
|
||||
li_std_string_runme.py
|
||||
li_std_vector_runme.py
|
||||
naturalvar_runme.py
|
||||
template_type_namespace_runme.py
|
||||
template_opaque_runme.py
|
||||
file_test_runme.py
|
||||
li_cstring_runme.py
|
||||
li_cwstring_runme.py
|
||||
|
|
@ -485,5 +498,4 @@ clientdata_prop_a.py
|
|||
clientdata_prop_b.py
|
||||
imports_a.py
|
||||
imports_b.py
|
||||
li_std_set.py
|
||||
template_typedef_import.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue