summarylogtreecommitdiffstats
path: root/.gitignore
blob: 6aed2763b71ebf2829a3862f04b92b5094008709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# source & package directories
/src/*
/pkg/*

# source tarballs
*.tgz
*.tar.gz
*.tar.xz
*.tar.bz
*.tar.bzip2

# archlinux packages
*.pkg.tar*

# makechrootpkg logs
*.log