From 783efe3b1649f3426613e3c151e47c33a854010c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2016 18:24:02 +0200 Subject: Add initial support for build2 build --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3b9998d..9cebf76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,19 @@ # Compiler/linker output. # +*.d *.o -*.o.d +*.obj *.so +*.dll *.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest + +# Old build system output. +# *.l *.l.cpp-options -- cgit v1.1