From b3c23dd8c214400238011c92739dbaec833551c6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Aug 2016 21:25:26 +0300 Subject: Build infrastructure update --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 24090f3..2a1dc8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,15 @@ -*.o +# Compiler/linker output. +# *.d +*.o +*.obj *.so +*.dll *.a -core +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest hello -- cgit v1.1