.gitignore for Lua examples
This commit is contained in:
parent
adc2fa9664
commit
de65875955
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue