From: Aram Hăvărneanu Date: Fri, 13 Mar 2015 10:54:25 +0000 (+0100) Subject: .gitignore: ignore ARM64 build products X-Git-Tag: go1.5beta1~1583 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=c23e21e672873bf02946002df61e9127964aa44b;p=gostls13.git .gitignore: ignore ARM64 build products Change-Id: I56297aac4ee282fd117ec525b88dee4769477111 Reviewed-on: https://go-review.googlesource.com/7560 Reviewed-by: Russ Cox Reviewed-by: Ian Lance Taylor Reviewed-by: Austin Clements --- 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