diff options
author | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2017-11-23 22:10:05 -0300 |
---|---|---|
committer | Lauro Moura <lauromoura@expertisesolutions.com.br> | 2017-12-04 15:47:51 -0300 |
commit | b97d3438ebecf57019ee2b593e8c72601b3bf34b (patch) | |
tree | 042a13a0e7f94593618ed508e29c8a8879eed868 /.gitignore | |
parent | 41c073b2e61e8c0562cbdf25bdad8a3133275f81 (diff) | |
download | efl-b97d3438ebecf57019ee2b593e8c72601b3bf34b.tar.gz |
efl_mono: Add buildystem integration.
The C# bindings are built using the --enable-csharp-bindings (disabled
by default).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c10b14de45..b0fe06ce2a 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,8 @@ tags *.eo.hh *.eo.impl.hh *.eo.js.cc +*.eo.cs +*.eot.cs *.eo.lua *.luac .dir-locals.el |