From 5769aaa5ccfca2cfa25bf898c2dd113b1504c1d6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Aug 2016 20:43:20 +0300 Subject: Build infrastructure update --- .gitignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index faeba53..2a1dc8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ +# Compiler/linker output. +# +*.d *.o *.obj -*.d +*.so +*.dll +*.a +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest hello -hello.exe - -- cgit v1.1