summarylogtreecommitdiffstats
path: root/.gitignore
blob: dbcc61c2a45c5187a0ce299880d7b0c629d5b369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Build artifacts
*.pkg.tar.zst
*.pkg.tar.xz
*.pkg.tar.gz

# Source tarballs
*.tar.gz
*.tar.bz2
*.tar.xz
*.zip

# Build directories
pkg/
src/

# makepkg metadata (build-time only)
.BUILDINFO
.PKGINFO
.MTREE
.INSTALL

# Temporary files
*.log
*~
*.swp