summarylogtreecommitdiffstats
path: root/.gitignore
blob: 89a5d8361aa0c28e45e88f4ed373a56003978b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Build directories and outputs (never committed to the AUR repo).
/src/
/pkg/
/*.pkg.tar.*
/*.log

# Upstream sources fetched by makepkg from source=().
/linux-*.tar.xz
/linux-*.tar.sign
/linux-*.patch.zst
/linux-*.patch.zst.sig
/lnl-fix-v2.patch

# makepkg / patch leftovers.
/*.old
/*.orig
/*.rej