From cd242ba1b6f6359b0865c967e728b369d4d40217 Mon Sep 17 00:00:00 2001 From: Marcus Rowe Date: Sat, 22 Oct 2016 18:03:19 +1000 Subject: [PATCH] Add bin and obj directory to .gitignore I accidentally committed and pushed my bsnes linux binary to github and do not wish to do this again. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 890806a..ab5676c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ *.so.1 *.patch *.rar +*/out +*/bin