From eb7df6648c090e5734b4e45ebc630089896b9e74 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 19 Aug 2019 15:27:39 +0200 Subject: [PATCH] gitignore: ignore all files with .pc extension We now have two .pc generated files and a third one will be added for the GLib bindings, so ignore all files with this extension. Signed-off-by: Bartosz Golaszewski --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2635cec..5d6efe4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,7 @@ gpiod-cxx-test *.lo *.la doc -libgpiod.pc -libgpiodcxx.pc +*.pc *.tar.gz *.patch *.swp -- 2.30.2