summarylogtreecommitdiffstats
path: root/.gitignore
blob: 515adc60f2bfd15d834fa9b864b2cfdfaaec0e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# ignore everything
*
!.gitignore

# except PKGBUILD needed files
!PKGBUILD
!*.install

# common files
!.SRCFILE
!*.diff
!*.patch