From ef24a27ade0fe98ffd319dc079941e35166138d5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 14 Oct 2022 11:46:34 +0300 Subject: [PATCH] add `PKGBUILD` to ignored files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d52b86fc..246557ae 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ hyprctl/hyprctl gmon.out *.out *.tar.gz + +PKGBUILD