From ce94b3f0b4a102e2b993296675318bd143ae2e28 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 5 Jan 2017 16:21:16 -0800 Subject: [PATCH] Ignore the bin folder that can be used to collect binaries across ports. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7770297c1a..fa2dc10901 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ # Build directory ###################### build/ +bin/ # Test failure outputs ######################