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) |
efl_mono: Add buildystem integration.
The C# bindings are built using the --enable-csharp-bindings (disabled
by default).
Diffstat (limited to '')
-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 | |||
37 | *.eo.hh | 37 | *.eo.hh |
38 | *.eo.impl.hh | 38 | *.eo.impl.hh |
39 | *.eo.js.cc | 39 | *.eo.js.cc |
40 | *.eo.cs | ||
41 | *.eot.cs | ||
40 | *.eo.lua | 42 | *.eo.lua |
41 | *.luac | 43 | *.luac |
42 | .dir-locals.el | 44 | .dir-locals.el |