blob: c907365f8261e2ecd8521c481b5a15a2c7ac21ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Makepkg build artifacts
src/
pkg/
*.tar.gz
*.tar.xz
*.tar.zst
*.tar
*.pkg.tar.*
# Build outputs
bin/
# Editor/IDE
.vscode/
*.swp
*.swo
*~
.DS_Store
|