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

# ... except itself
!.gitignore

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

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

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