9front - general discussion about 9front
 help / color / mirror / Atom feed
* [PATCH] hgignore: ignore arm64 binaries and bcm/bcm64 kernels
@ 2020-03-04  8:42 theinicke
  2020-03-05 19:09 ` [9front] " cinap_lenrek
  0 siblings, 1 reply; 3+ messages in thread
From: theinicke @ 2020-03-04  8:42 UTC (permalink / raw)
  To: 9front

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.*)(/|$)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-06 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04  8:42 [PATCH] hgignore: ignore arm64 binaries and bcm/bcm64 kernels theinicke
2020-03-05 19:09 ` [9front] " cinap_lenrek
2020-03-06 20:14   ` theinicke

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).