blob: 6bf20d38f3a91ae271afed85e5a45af0f3c9ee4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# makepkg working tree — never commit to the AUR repo.
# `pkg/` and `src/` are wiped + rebuilt on every build; `margo/` is the
# `git+url#branch=main` checkout makepkg clones during build().
src/
pkg/
margo/
# Build outputs and signature files.
*.pkg.tar.zst
*.pkg.tar.zst.sig
*.log
|