summarylogtreecommitdiffstats
path: root/.gitignore
blob: c5db8d949c6be0d80bd8f6255a1706da72779c07 (plain)
1
2
3
4
5
6
7
8
# Ignore everything
*
# Allow PKGBUILD
!PKGBUILD
# Allow .SRCINFO
!.SRCINFO
# allow .gitignore
!.gitignore