aboutsummarylogtreecommitdiffstats
path: root/.gitignore
blob: cf954f7019a9c6b96045e56296b0682016ec8fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# makepkg build artifacts
*.pkg.tar.zst
*.pkg.tar.xz
*.pkg.tar.gz
*.log

# makepkg working directories
src/
pkg/

# Downloaded source tarballs (re-fetched on each clean build via SRCDEST
# or in-tree by makepkg; not worth committing -- the sha256 in PKGBUILD
# pins the contents and aurutils / makechrootpkg ignore them anyway).
*.tar.gz

# Editor swap / backup files
*~
*.swp
.#*