Add liblua.a to .gitignore
This commit is contained in:
parent
298c9112c5
commit
d55cf71ac5
|
|
@ -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
|
||||||
Loading…
Reference in New Issue