diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2016-11-18 10:39:56 +0000 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-11-18 11:56:01 +0000 |
commit | 36806d18e8f2cc96fa8bc6ed3de7d5dfa1c274a5 (patch) | |
tree | f4674454753b2cc91484f7cd27597611481056f3 /vpp-api/lua/.gitignore | |
parent | 4fafa623de9ac35ec6256b3e3b2b61b63e58c675 (diff) |
Add the Makefile to Lua API which got gitignored and adjust local .gitignore
Change-Id: I87358dc5dddc6964c128283f096d382492af5886
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'vpp-api/lua/.gitignore')
-rw-r--r-- | vpp-api/lua/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vpp-api/lua/.gitignore b/vpp-api/lua/.gitignore new file mode 100644 index 00000000000..061eabdc5e8 --- /dev/null +++ b/vpp-api/lua/.gitignore @@ -0,0 +1,2 @@ +# A .gitignore to avoid ignoring the Makefile +!Makefile |