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

# But not itself ...
!.gitignore

# ... and not PKGBUILD files
!PKGBUILD
!.SRCINFO