From 40e4078d6b9ea3ddde22dfd56edd9b57e0c0c697 Mon Sep 17 00:00:00 2001 From: Date: Mon, 9 May 2016 22:16:48 -0400 Subject: [PATCH] Do not track static library output from pre-link components. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 816b46bac..952f5966a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ *.opendb *.VC.db +# static library output (MSVC, GCC--from core components like Common) +*.lib +*.a + # compiler-generated sources (MSVC, GCC) *.asm *.s