# ignore everything ...
*

# ... except itself
!.gitignore

# ... except changes in package
!PKGBUILD
!.SRCINFO

# ... except possible source files
!*.patch
!*.diff
!*.desktop
!*.png
!LICENSE
!*.service
!*.conf

# ... except files from PKGBUILD fields
!*.changelog
!*.install