Don't track unix binary in source control

This commit is contained in:
beyondcoast 2018-12-01 00:23:28 -06:00
parent d55cf71ac5
commit 5691721cd6
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -19,5 +19,8 @@ host/ignore
# Lua static library # Lua static library
host/source/lua/liblua.a host/source/lua/liblua.a
# Executable (Unix)
host/inlretro
# OS X Metadata # OS X Metadata
.DS_Store .DS_Store