From ffb9168aa83b8d61dd4af2d9516b14eb657ce08a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 14 Aug 2016 12:21:54 +0200 Subject: Initial build2 build support --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3b9998d..209706c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,17 @@ # Compiler/linker output. # +*.d *.o -*.o.d +*.obj *.so +*.dll *.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest + *.l *.l.cpp-options -- cgit v1.1