git: 679ff6112361 - main - .gitignore: Restore inadvertently deleted file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 16:00:51 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=679ff6112361d2660f4e0c3cda71198a5e773a25 commit 679ff6112361d2660f4e0c3cda71198a5e773a25 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-01-18 15:58:39 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-01-18 16:00:42 +0000 .gitignore: Restore inadvertently deleted file Restore .gitignore inadvertently deleted by 5eb81a4b4028113e3c319f21a1db6b67613ec7ab. Fixes: 5eb81a4b4028113e3c319f21a1db6b67613ec7ab Pointy hat to: cy --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..f0c5c62cbe6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +*.a +*.core +*.o +*.orig +*.rej +*.so +*.sw[nop] +*~ +_.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 +compile_commands.json +tags +.clangd +.ccls-cache