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

# ... except itself
!.gitignore

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

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

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