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

# except PKGBUILD needed files
!PKGBUILD
!.SRCINFO
!*.install
!ChangeLog

# common wing-man files
!*.diff
!*.patch