blob: 7f0aeb48fc95113e07232934b343292871e542c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# ignore everything
*
!.gitignore
# except PKGBUILD needed files
!PKGBUILD
!.SRCINFO
!*.install
!ChangeLog
# common wing-man files
!*.diff
!*.patch
# add files that don't have an online source
|