From e60b07b285dc344d074d9eb40b6acb9a01e6acaa Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 2 Nov 2005 16:11:08 +0000 Subject: [PATCH] fix cvsignore git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7777 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/python/.cvsignore | 1 + Examples/test-suite/python/Makefile.in | 2 ++ 2 files changed, 3 insertions(+) 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 +