summarylogtreecommitdiffstats
path: root/.gitignore
blob: 6668a943dba2b8791214f55e83701c65d7cd58c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# source & package directories
/src/*
/pkg/*

# PEAR source
*.phar

# GPG signatures
*.asc

# licenses
*LICENSE
*license

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

# archlinux packages
*.pkg.tar*

# log files generated by makechrootpkg
*.log