summarylogtreecommitdiffstats
path: root/.gitignore
blob: deb171b398644fc3a91db9862db2c30204c25921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ignore build artifacts
*.AppImage
*.tar.gz
*.tar.xz
src/
pkg/
*.pkg.tar.zst
*.pkg.tar.xz
*-compose.yml

# Ignore downloaded files
*.sig

# Keep the core package files
!PKGBUILD
!.SRCINFO
!README.md
!*.sh