The branch stable/13 has been updated by marius:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e616ceec82957d8b2f57d3b7f110d908f9ea4469

commit e616ceec82957d8b2f57d3b7f110d908f9ea4469
Author:     Mateusz Guzik <[email protected]>
AuthorDate: 2022-11-23 01:18:03 +0000
Commit:     Marius Strobl <[email protected]>
CommitDate: 2023-08-06 19:05:36 +0000

    gitignore: whack dead architectures
    
    (cherry picked from commit 04af98db59102159682c366cbdaeca2d260d46a8)
---
 .gitignore | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index b59f2b4b1d32..668b6d90483a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,13 +10,9 @@ _.amd64.*
 _.arm.*
 _.arm64.*
 _.i386.*
-_.ia64.*
 _.mips.*
-_.pc98.*
 _.powerpc.*
 _.riscv.*
-_.sparc64.*
-_.sun4v.*
 GPATH
 GRTAGS
 GTAGS

Reply via email to