freebsd/.gitignore
Roger Pau Monné a67522b22d gitignore: expand list of ignored files
Add the *.swp and *~ pattern for vim temporary files. Expand the
cscope ones to include all files possibly generated by cscope and also
add some known object formats.

Also remove the leading '?' from cscope.out, or else it doesn't match
the cscope.out file generated by default (as it expects an extra
character in front).

Reviewed by:		gjb, uqs, lwhsu
Sponsored by:		Citrix Systems R&D
Differential Revision:	https://reviews.freebsd.org/D28095
2021-01-14 17:03:57 +01:00

28 lines
246 B
Plaintext

*.a
*.core
*.o
*.so
*.swp
*~
_.tinderbox.*
_.universe-toolchain
_.amd64.*
_.arm.*
_.arm64.*
_.i386.*
_.ia64.*
_.mips.*
_.pc98.*
_.powerpc.*
_.riscv.*
_.sparc64.*
_.sun4v.*
GPATH
GRTAGS
GTAGS
ID
cscope.files
cscope.in.out
cscope.out
cscope.po.out