summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-02-14 08:46:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-02-14 08:46:15 +0000
commitc05f17fe312841574fc82ac06559a4abc4dd50c4 (patch)
treeb1be055c0ecb9c02365d5ef69f53da5d2597dc53
parentdf30236a64f2783c507e873b3a043024428b13ba (diff)
downloadswig-c05f17fe312841574fc82ac06559a4abc4dd50c4.tar.gz
Remove unused cvsignore targetmatlab
-rw-r--r--Examples/test-suite/matlab/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Examples/test-suite/matlab/Makefile.in b/Examples/test-suite/matlab/Makefile.in
index 282923765..422713b98 100644
--- a/Examples/test-suite/matlab/Makefile.in
+++ b/Examples/test-suite/matlab/Makefile.in
@@ -66,9 +66,3 @@ run_testcase = \
clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR="$(SRCDIR)" matlab_clean
-
-cvsignore:
- @echo '*wrap* *.mex* *.so *.dll *.exp *.lib'
- @echo Makefile
- @for i in ${CPP_TEST_CASES} ${C_TEST_CASES}; do echo $$i.m; done
- @for i in ${CPP_TEST_CASES} ${C_TEST_CASES}; do if grep -q $${i}_runme.m CVS/Entries ; then echo $${i}_runme.m; fi; done