Update .gitignore

This commit is contained in:
Manuel 2022-10-17 23:57:26 +02:00
parent bed59f9734
commit 7b27a45468
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
1 changed files with 23 additions and 1 deletions

24
.gitignore vendored
View File

@ -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