From edd91e04a056ce8d067f0e83d55c2b15c8a2772f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 17 Aug 2005 21:04:44 +0000 Subject: [PATCH] .cvsignore git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7376 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/lua/class/.cvsignore | 5 +++++ SWIG/Examples/lua/simple/.cvsignore | 5 +++++ SWIG/Examples/lua/variables/.cvsignore | 5 +++++ SWIG/Examples/test-suite/lua/.cvsignore | 6 ++++++ 4 files changed, 21 insertions(+) create mode 100644 SWIG/Examples/lua/class/.cvsignore create mode 100644 SWIG/Examples/lua/simple/.cvsignore create mode 100644 SWIG/Examples/lua/variables/.cvsignore create mode 100644 SWIG/Examples/test-suite/lua/.cvsignore 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