summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2012-02-01 04:14:37 -0800
committerAnthony Martin <ality@pbrane.org>2012-02-01 04:14:37 -0800
commit017252555f91a8f4924ac26e2ed0f670c2a613cf (patch)
treede9b2a08b387cdf3dbf54ffa3e7f2db211f221fb /.hgignore
parent4dc48b2e1a44c9666f09b73f8721ee562cab9053 (diff)
downloadgo-017252555f91a8f4924ac26e2ed0f670c2a613cf.tar.gz
gc, cc: avoid using the wrong library when building the compilers
This can happen on Plan 9 if we we're building with the 32-bit and 64-bit host compilers, one after the other. R=rsc CC=golang-dev http://codereview.appspot.com/5599053
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 81c3d4156..488bc97fc 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,7 +3,7 @@ syntax:glob
.git
.gitignore
*.[568ao]
-*.ao
+*.a[568o]
*.so
*.pyc
._*