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

# ... except itself
!.gitignore

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

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

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