1
0
mirror of https://github.com/golang/go synced 2024-11-26 03:27:58 -07:00

.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>
This commit is contained in:
Aram Hăvărneanu 2015-03-13 11:54:25 +01:00
parent dcf1ab3167
commit c23e21e672

6
.gitignore vendored
View File

@ -1,11 +1,11 @@
.DS_Store .DS_Store
*.[5689ao] *.[56789ao]
*.a[5689o] *.a[56789o]
*.so *.so
*.pyc *.pyc
._* ._*
.nfs.* .nfs.*
[5689a].out [56789a].out
*~ *~
*.orig *.orig
*.rej *.rej