Add liblua.a to .gitignore

This commit is contained in:
beyondcoast 2018-12-01 00:04:32 -06:00
parent 298c9112c5
commit d55cf71ac5
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -16,5 +16,8 @@ firmware/source/shared_*.h
# ignore trash/temp files stored in host/ignore # ignore trash/temp files stored in host/ignore
host/ignore host/ignore
# Lua static library
host/source/lua/liblua.a
# OS X Metadata # OS X Metadata
.DS_Store .DS_Store