From 77bc33bcdf611d0f5c703d3d8e20d6f5aff8814c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 31 Aug 2016 12:57:01 +0200 Subject: Add build2-based build system --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3b9998d..6473b20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,16 @@ # Compiler/linker output. # +*.d *.o -*.o.d +*.obj *.so +*.dll *.a -*.l -*.l.cpp-options +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest # Generated documentation. # -- cgit v1.1