summarylogtreecommitdiffstats
path: root/.gitignore
blob: 5d9beb6126a6fa504b181adff5b0f526fa30e328 (plain)
1
2
3
4
5
6
7
8
9
10
# Ignore everything
*

# But not these files...
!.gitignore
!PKGBUILD
!.SRCINFO
!LICENSE
!*.install
# etc...