summarylogtreecommitdiffstats
path: root/.gitignore
blob: 1e32c14d2a7b4f592ce925534a910f7088f65b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ignore everything ...
*

# ... except itself
!.gitignore

# ... except changes in package
!PKGBUILD
!.SRCINFO

# ... except possible source files
!*.patch
!*.diff
!*.desktop
!*.png

# ... except files from PKGBUILD fields
!*.changelog
!*.install