diff --git a/.gitignore b/.gitignore index e4724d53dcf..652e1276b4f 100644 --- a/.gitignore +++ b/.gitignore @@ -156,11 +156,10 @@ Examples/test-suite/javascript/*/ # Matlab *.mex* -# module directories -[+]*/ -# matlab common -SwigRef.m -SwigMem.m +Examples/test-suite/matlab/[+]*/ +Examples/test-suite/matlab/*setup.m +Examples/test-suite/matlab/SwigRef.m +Examples/test-suite/matlab/SwigMem.m # Octave swigexample*.oct diff --git a/Examples/test-suite/matlab/.gitignore b/Examples/test-suite/matlab/.gitignore deleted file mode 100644 index dd28fc5413f..00000000000 --- a/Examples/test-suite/matlab/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# files generated by the test-suite -*setup.m -*wrap.cxx -*wrap.h