From d55cf71ac5e68f841a58792d37c32ba72c8f3064 Mon Sep 17 00:00:00 2001 From: beyondcoast Date: Sat, 1 Dec 2018 00:04:32 -0600 Subject: [PATCH] Add liblua.a to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index af62a1d..c74d8ff 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,8 @@ firmware/source/shared_*.h # ignore trash/temp files stored in host/ignore host/ignore +# Lua static library +host/source/lua/liblua.a + # OS X Metadata .DS_Store \ No newline at end of file