blob: 5de8efb8e332058eccb925dc23ffd4ad954b77af (
plain)
1
2
3
4
5
6
7
8
9
|
# Blacklist everything by default to avoid accidentally committing something
*
# Whitelist the following files and directories
!/*.changelog
!/.SRCINFO
!/.gitignore
!/PKGBUILD
!/*.patch
|