Update .gitignore
This commit is contained in:
parent
bed59f9734
commit
7b27a45468
1 changed files with 23 additions and 1 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue