summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-09-16 08:02:51 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-09-16 08:02:51 +0100
commitde65875955b236ee2644014e41bdeb1d574acc93 (patch)
treef11a03dbec4ebe43dbba329679309d65241a4492 /.gitignore
parentadc2fa966451074052276dab79e5549cd8694fe2 (diff)
downloadswig-de65875955b236ee2644014e41bdeb1d574acc93.tar.gz
.gitignore for Lua examples
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b51da0fdf..4fee29d54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -160,6 +160,14 @@ Examples/java/doxygen/javadocs
Examples/test-suite/javascript/*/
*.gyp
+# Lua
+Examples/lua/dual/dual
+Examples/lua/dual/swigluarun.h
+Examples/lua/embed/embed
+Examples/lua/embed2/embed2
+Examples/lua/embed3/embed3
+Examples/lua/embed3/swigluarun.h
+
# OCaml
Examples/test-suite/ocaml/*.ml*
Examples/test-suite/ocaml/*.cm*