From c2f21612caa02041eb1198ad72a812a6d22fdf9b Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Mon, 2 Feb 2015 21:19:50 +0800 Subject: [PATCH] Add x86_64* i686* mips* and arm* to depends .gitignore --- depends/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/depends/.gitignore b/depends/.gitignore index 82c48638b..1f163897b 100644 --- a/depends/.gitignore +++ b/depends/.gitignore @@ -3,3 +3,7 @@ work/ built/ sources/ config.site +x86_64* +i686* +mips* +arm*