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

# Ignore packages
*.pkg.tar.xz

# Ignore log files
*.log

# Ignore all subdirs
*/*