From e861872be540ac0401a8468e453ae11a44136060 Mon Sep 17 00:00:00 2001 From: Antoine Poirier <60714376+antoine-peartree@users.noreply.github.com> Date: Tue, 9 Nov 2021 13:08:58 +0100 Subject: [PATCH] Update .gitignore to keep libmctp.pc.in libmctp.pc.in should not be ignored as it is mandatory for the build but not generated automatically --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d2779ed7..122485c7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ depcomp *.in install-sh *.la +!libmctp.pc.in libtool *.lo *.log