aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-api/lua/.gitignore
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2016-11-25 13:29:30 +0000
committerDamjan Marion <dmarion.lists@gmail.com>2016-11-28 11:55:34 +0000
commit985f3d11fae7f93eb9a9e96d59b8e7a066819672 (patch)
treed44d3888ca6118384d7ea79b85411aa0b8539b5c /vpp-api/lua/.gitignore
parent085f5c00661ef00a038d3d54be7be6dafd0a6d89 (diff)
Clean up the Lua API, make it luajit-only, no C
This removes the libcough which was a temporary layer atop the libpneum to make it synchronous. Now Lua API only requres luajit, and has no dependencies on compiling any C. Also comment out a couple of debug print functions. Change-Id: I35fd1c8088c6fd1b10b9e4d903ad241ab32fd91a Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'vpp-api/lua/.gitignore')
-rw-r--r--vpp-api/lua/.gitignore2
1 files changed, 0 insertions, 2 deletions
diff --git a/vpp-api/lua/.gitignore b/vpp-api/lua/.gitignore
deleted file mode 100644
index 061eabdc5e8..00000000000
--- a/vpp-api/lua/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# A .gitignore to avoid ignoring the Makefile
-!Makefile