From: Bartosz Golaszewski Date: Mon, 19 Aug 2019 13:27:39 +0000 (+0200) Subject: gitignore: ignore all files with .pc extension X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eb7df6648c090e5734b4e45ebc630089896b9e74;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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