aboutsummaryrefslogtreecommitdiff
path: root/pkgbuild/.gitignore
blob: 95288f48569617a2b8d7dae3ac1297d85687e782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# ignore everything
*/*
!.gitignore

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

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