aboutsummarylogtreecommitdiffstats
path: root/.gitignore
blob: 0f3989d14a82cc5f1e7cbbd8f7ef17d9400206ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# makepkg working directories
src/
pkg/

# downloaded source files (declared in source=() and pulled fresh by makepkg)
*.dmg
*.tar.gz
*.tar.xz
*.zip

# build artifacts
*.pkg.tar.zst
*.pkg.tar.zst.sig
*.log

# editor / OS noise
*.swp
.DS_Store