From be3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Nov 2016 16:57:48 +0200 Subject: Start switch to build2 --- .gitignore | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d4c59ec..01994ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,13 @@ # Compiler/linker output. # +*.d *.o -*.o.d +*.obj *.so +*.dll *.a -*.l -*.l.cpp-options - -# Generated documentation. -# -*.pdf -*.ps - -# Generated build system files. -# -*-dynamic.make -config.build - -# Generated .gitignore files. -# -.gitignore +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest -- cgit v1.1