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:
+10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user