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

# Ignore packages
*.pkg.tar.xz
*.pkg.tar.zst

# Ignore log files
*.log

# Ignore all subdirs
*/*