From 7b27a45468d7701a34fdaac7ab5cf1d705e0e386 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 17 Oct 2022 23:57:26 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0a29ba8..3c22ce6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ +# package src/pkg archives, downloaded sources +*.tar* +*.tgz +*.zip + +# signed sources +*.asc +*.sig + +# log files from makepkg --log (or extra-x86_64-build) +*.log + +# subfolders, e.g. source or built package trees, vcs +*/**/ + +# backup files +*~ +*.bak + +# mkpkg status files, from soyuz.archlinux.org +.mkpkg_check + +# staged packages and build chroot /staged /chroot -.SRCINFO