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

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

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