diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-29 12:58:40 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-07-29 12:58:40 +0200 |
commit | b6cbaf884fe8951082d8d0df74c18df63b065537 (patch) | |
tree | 0b8f438485418d78a11fb8f57c7ad9344a4a9f42 | |
parent | 8ed2b5b1d2722f4276f91b12020f01c05db4bb98 (diff) | |
download | dotfiles-b6cbaf884fe8951082d8d0df74c18df63b065537.tar.xz |
cower: ignore all -git packages
-rw-r--r-- | cower/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cower/config b/cower/config index fcd8d1c..83d7978 100644 --- a/cower/config +++ b/cower/config @@ -22,7 +22,7 @@ Color = always # Ignore the specified packages when checking for updates. Multiple arguments # to this option should be space delimited. Similar to the --ignore option, # this is in addition to any packages found in pacman's config. -IgnorePkg = weechat-git beets-git +IgnorePkg = *-git # Ignore the specified binary repos when checking for updates. Multiple arguments # to this option should be space delimited. |