aboutsummarylogtreecommitdiffstats
path: root/.gitignore
blob: 6febc73edfc0e5b097b7728c8fac4a2e34929352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ignore everything
*
!.gitignore

# except PKGBUILD needed files
!PKGBUILD
!.SRCINFO
!*.install

# common wing-man files
!*.diff
!*.patch

# add files that don't have an online source
kernel-modules-hook.install
linux-modules-cleanup.conf
linux-modules-cleanup.service
10-linux-modules-post.hook
10-linux-modules-pre.hook
UNLICENSE