summarylogtreecommitdiffstats
path: root/.gitignore
blob: b00e323f29901ca68f87314e231a470334fa73ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Build artifacts
*.tar.gz
*.tar.xz
*.tar.zst
pkg/
src/
*.pkg.tar.*

# Makepkg files
*.log

# Editor files
*~
*.swp
*.swo
.vscode/
.idea/