From fc3fb39c90ab7fe5fccbe3f3bc0eb2645157bb96 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 13 Dec 2023 21:57:53 +0300 Subject: Switch to build2 --- .gitignore | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 405cbcc..e3bbf5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1,41 @@ # Compiler/linker output. # +*.d +*.t +*.i +*.i.* +*.ii +*.ii.* *.o -*.o.d +*.obj +*.gcm +*.pcm +*.ifc *.so +*.dylib +*.dll *.a -*.l -*.l.cpp-options +*.lib +*.exp +*.pdb +*.ilk +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc -# Test output +# Test executables. # -*.out +driver -# Generated documentation. +# ODB-generated files. # -*.pdf -*.ps +test-odb.?xx +test-odb-*.?xx +test.sql +test-*.sql -# Generated build system files. +# Testscript output directories (can be symlinks). # -*-dynamic.make -build/*.options -build/*-driver - -# Generated .gitignore files. -# -.gitignore +test +test-driver -- cgit v1.1