summarylogtreecommitdiffstats
path: root/.gitignore
blob: 8db5aa808c800691ebcb7d4d3dc22c744ac6c962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Ignore downloaded source files
*.tar.gz
*.tar.xz
*.tgz

# Ignore packages
*.pkg.tar.xz

# Ignore log files
*.log

# Ignore all subdirs
*/*