From 2175994882deb1406897c608a07456629e643906 Mon Sep 17 00:00:00 2001 From: Grayson Koonce Date: Sat, 4 Aug 2012 11:38:03 -0700 Subject: [PATCH] Adding bin to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Composer moves or links bin files to the bin directory, so  checking these files in after installing deps with composer  doesn't make any sense. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e984ef673b..93f07f37b5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ app/cache/* app/logs/* build/ vendor +bin composer.phar