From 016b4700e6757c4bfc371727ffa5269665068737 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 15 Feb 2019 16:36:00 +0100 Subject: [PATCH] gitignore: add distribution tarballs to ignored files Add .tar.gz files to .gitignore. Signed-off-by: Bartosz Golaszewski --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f16a9df..f39717a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ gpiosetcxx doc libgpiod.pc libgpiodcxx.pc +*.tar.gz # autotools stuff .deps/ -- 2.30.2