From 369fe1eba31f3e7a6f5424002eae88bfcb280efa Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 6 Jun 2018 23:35:13 +0300 Subject: Add support for build2 build --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3b9998d..a06aa4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,19 @@ # Compiler/linker output. # +*.d +*.ii *.o -*.o.d +*.obj *.so +*.dll *.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc + *.l *.l.cpp-options -- cgit v1.1