From: Bartosz Golaszewski Date: Mon, 18 Mar 2019 16:20:55 +0000 (+0100) Subject: gitignore: ignore patches X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=db5f8cba64ada23a1b8014eda0f5f4b65d706992;p=qemu-gpiodev%2Flibgpiod.git gitignore: ignore patches Add all files with the .patch extension to the list of ignored files. Signed-off-by: Bartosz Golaszewski --- diff --git a/.gitignore b/.gitignore index 2dad305..744be01 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ doc libgpiod.pc libgpiodcxx.pc *.tar.gz +*.patch # autotools stuff .deps/