From 679ff6112361d2660f4e0c3cda71198a5e773a25 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 18 Jan 2022 07:58:39 -0800 Subject: [PATCH] .gitignore: Restore inadvertently deleted file Restore .gitignore inadvertently deleted by 5eb81a4b4028113e3c319f21a1db6b67613ec7ab. Fixes: 5eb81a4b4028113e3c319f21a1db6b67613ec7ab Pointy hat to: cy --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore 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