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

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