From c23e21e672873bf02946002df61e9127964aa44b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aram=20H=C4=83v=C4=83rneanu?= <aram@mgk.ro>
Date: Fri, 13 Mar 2015 11:54:25 +0100
Subject: [PATCH] .gitignore: ignore ARM64 build products

Change-Id: I56297aac4ee282fd117ec525b88dee4769477111
Reviewed-on: https://go-review.googlesource.com/7560
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
---
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1973b58f94..bbfcc790fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,11 @@
 .DS_Store
-*.[5689ao]
-*.a[5689o]
+*.[56789ao]
+*.a[56789o]
 *.so
 *.pyc
 ._*
 .nfs.*
-[5689a].out
+[56789a].out
 *~
 *.orig
 *.rej
-- 
2.30.9