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
|
*.a
|
||||||
*.core
|
*.core
|
||||||
|
*.lo
|
||||||
|
*.nossppico
|
||||||
*.o
|
*.o
|
||||||
*.orig
|
*.orig
|
||||||
|
*.pico
|
||||||
|
*.pieo
|
||||||
|
*.po
|
||||||
|
# Don't ignore translation files under `contrib/...`.
|
||||||
|
!contrib/**/po
|
||||||
*.rej
|
*.rej
|
||||||
*.so
|
*.so
|
||||||
|
*.so.[0-9]*
|
||||||
*.sw[nop]
|
*.sw[nop]
|
||||||
*~
|
*~
|
||||||
_.tinderbox.*
|
_.tinderbox.*
|
||||||
@@ -14,6 +22,8 @@ _.arm64.*
|
|||||||
_.i386.*
|
_.i386.*
|
||||||
_.powerpc.*
|
_.powerpc.*
|
||||||
_.riscv.*
|
_.riscv.*
|
||||||
|
.*DS_Store
|
||||||
|
.depend*
|
||||||
GPATH
|
GPATH
|
||||||
GRTAGS
|
GRTAGS
|
||||||
GTAGS
|
GTAGS
|
||||||
|
|||||||
Reference in New Issue
Block a user