aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-02-04 07:39:03 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-02-22 03:00:06 +0000
commit4544f34f2d30ee63ab1eec9fa52c31bd92d457ca (patch)
tree29a9f8f67041e49412e9f875d0e64f040e4da99b
parent19a18bb750e8ed88207664b4959e433b7e68e926 (diff)
.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
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a53a26f16d4f..91a9252d80f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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