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

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


# archlinux packages
*.pkg.tar*

# logs generated by makechrootpkg
*.log