9front - general discussion about 9front
 help / color / mirror / Atom feed
From: theinicke@bss-wf.de
To: 9front@9front.org
Subject: [PATCH] hgignore: ignore arm64 binaries and bcm/bcm64 kernels
Date: Wed, 4 Mar 2020 09:42:11 +0100	[thread overview]
Message-ID: <0F19381A9F107671B297773FD997DB87@yourdomain.dom> (raw)

As the subject states; we probably want to ignore binaries including kernels and init for bcm.

--
Tobias Heinicke


diff -r 0dd419f096e2 .hgignore
--- a/.hgignore	Sun Mar 01 23:23:01 2020 +0100
+++ b/.hgignore	Wed Mar 04 09:31:17 2020 +0100
@@ -1,11 +1,13 @@
 syntax: regexp
-^(386|68000|68020|alpha|amd64|arm|mips|power|power64|sparc|sparc64|spim)/(bin|lib)(/|$)
+^(386|68000|68020|alpha|amd64|arm|arm64|mips|power|power64|sparc|sparc64|spim)/(bin|lib)(/|$)
 ^(acme|sys/src)/(.*/)?[0125678vqki]\..*$
 ^(acme|sys/src)/.*\.[ao]?[0125678vqki]?$
 ^(dev|fd|net.*|srv|shr|env|root|proc|boot|mnt|n|bin|usr|cfg|cron|mail|tmp)(/|$)
 ^386/(9(pc|boot).*|pbs|mbr|init)
 ^amd64/(9pc64|init)
-^acme/bin/(386|68000|68020|alpha|amd64|arm|mips|power|power64|sparc|sparc64|spim)(/|$)
+^arm/(s?9pi2?|init)
+^arm64/(s?9pi[34]|init)
+^acme/bin/(386|68000|68020|alpha|amd64|arm|arm64|mips|power|power64|sparc|sparc64|spim)(/|$)
 ^adm/(cache|keys|netkeys|secstore|users|whois|timezone/local)(/|$)
 ^lib/(ndb|audio|firmware)(/|$)
 ^lib/rfc/(drafts|index|rfc.*)(/|$)



             reply	other threads:[~2020-03-04  8:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-04  8:42 theinicke [this message]
2020-03-05 19:09 ` [9front] " cinap_lenrek
2020-03-06 20:14   ` theinicke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0F19381A9F107671B297773FD997DB87@yourdomain.dom \
    --to=theinicke@bss-wf.de \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).