diff --git a/Examples/test-suite/python/.cvsignore b/Examples/test-suite/python/.cvsignore index 9a0c8a1f4..a9c5e9040 100644 --- a/Examples/test-suite/python/.cvsignore +++ b/Examples/test-suite/python/.cvsignore @@ -486,3 +486,4 @@ clientdata_prop_b.py imports_a.py imports_b.py li_std_set.py +template_typedef_import.py diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in index c38cee2f4..5657a7205 100644 --- a/Examples/test-suite/python/Makefile.in +++ b/Examples/test-suite/python/Makefile.in @@ -98,3 +98,5 @@ cvsignore: @echo clientdata_prop_b.py @echo imports_a.py @echo imports_b.py + @echo template_typedef_import.py +