Skip to content

Commit c23e21e

Browse files
committed
.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>
1 parent dcf1ab3 commit c23e21e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.DS_Store
2-
*.[5689ao]
3-
*.a[5689o]
2+
*.[56789ao]
3+
*.a[56789o]
44
*.so
55
*.pyc
66
._*
77
.nfs.*
8-
[5689a].out
8+
[56789a].out
99
*~
1010
*.orig
1111
*.rej

0 commit comments

Comments
 (0)