diff --git a/SWIG/Examples/lua/class/.cvsignore b/SWIG/Examples/lua/class/.cvsignore new file mode 100644 index 000000000..82d460ff8 --- /dev/null +++ b/SWIG/Examples/lua/class/.cvsignore @@ -0,0 +1,5 @@ +*wrap* +*.so +*.dll +*.exp +*.lib diff --git a/SWIG/Examples/lua/simple/.cvsignore b/SWIG/Examples/lua/simple/.cvsignore new file mode 100644 index 000000000..82d460ff8 --- /dev/null +++ b/SWIG/Examples/lua/simple/.cvsignore @@ -0,0 +1,5 @@ +*wrap* +*.so +*.dll +*.exp +*.lib diff --git a/SWIG/Examples/lua/variables/.cvsignore b/SWIG/Examples/lua/variables/.cvsignore new file mode 100644 index 000000000..82d460ff8 --- /dev/null +++ b/SWIG/Examples/lua/variables/.cvsignore @@ -0,0 +1,5 @@ +*wrap* +*.so +*.dll +*.exp +*.lib diff --git a/SWIG/Examples/test-suite/lua/.cvsignore b/SWIG/Examples/test-suite/lua/.cvsignore new file mode 100644 index 000000000..ae3d13ef9 --- /dev/null +++ b/SWIG/Examples/test-suite/lua/.cvsignore @@ -0,0 +1,6 @@ +*wrap* +*.so +*.dll +*.exp +*.lib +Makefile