1
0
mirror of https://git.FreeBSD.org/src.git synced 2026-06-02 11:24:32 +00:00

.gitignore: ignore additional unwanted files

Ignore more files generated by toolchains, e.g., `.pico`, etc. Ignore the
`.DS_Store` produced by macOS as well because all they provide is
additional file metadata that shouldn't be committed to `git`.

MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D55096
This commit is contained in:
Enji Cooper
2026-02-03 23:39:03 -08:00
parent 19a18bb750
commit 4544f34f2d
+10
View File
@@ -1,9 +1,17 @@
*.a
*.core
*.lo
*.nossppico
*.o
*.orig
*.pico
*.pieo
*.po
# Don't ignore translation files under `contrib/...`.
!contrib/**/po
*.rej
*.so
*.so.[0-9]*
*.sw[nop]
*~
_.tinderbox.*
@@ -14,6 +22,8 @@ _.arm64.*
_.i386.*
_.powerpc.*
_.riscv.*
.*DS_Store
.depend*
GPATH
GRTAGS
GTAGS