From 5691721cd60b0974711b432f674c2eb27fcc4a65 Mon Sep 17 00:00:00 2001 From: beyondcoast Date: Sat, 1 Dec 2018 00:23:28 -0600 Subject: [PATCH] Don't track unix binary in source control --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c74d8ff..5c4af9b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,5 +19,8 @@ host/ignore # Lua static library host/source/lua/liblua.a +# Executable (Unix) +host/inlretro + # OS X Metadata .DS_Store \ No newline at end of file