ddnet-mzte/.gitignore
2022-12-22 15:41:24 +01:00

22 lines
276 B
Text

# 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