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

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

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

!pylote.desktop