9f79d71bee
When packages in `hostdir/binpkgs` are signed, it causes `xbps-src` to annoyingly request to import the associated key (every time, in the case of automation tools like `xxbuild` or `ymir`). This allows the user to add their personal public key `.plist` to `etc/repo-keys/` so this prompting does not happen.
24 lines
304 B
Text
24 lines
304 B
Text
*.swo
|
|
*.swp
|
|
*~
|
|
\#*#
|
|
|
|
# exclude everything in root except files and directories from void-packages
|
|
/*
|
|
!/.gitattributes
|
|
!/.github
|
|
!/.gitignore
|
|
!/.mailmap
|
|
!/CONTRIBUTING.md
|
|
!/COPYING
|
|
!/Manual.md
|
|
!/README.md
|
|
!/common
|
|
!/etc
|
|
!/srcpkgs
|
|
!/xbps-src
|
|
etc/conf
|
|
etc/conf.*
|
|
etc/virtual
|
|
etc/xbps.d/custom
|
|
etc/repo-keys
|