From f8f5a2370b8a00ca6a1137a2fe4103e93595d37d Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 29 Dec 2017 22:19:30 -0500 Subject: [PATCH] .gitignore: Ignore makepkg signature files Signed-off-by: Andrew Gunnerson --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7ca8712fc..80c2cc8ca 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /thirdparty/*/src/ /thirdparty/*/pkg/ /thirdparty/*/*.pkg.tar.xz +/thirdparty/*/*.pkg.tar.xz.sig /thirdparty/*/*.src.tar.gz ################################################################################