Skip to content

Commit

Permalink
ignore *~
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Feb 8, 2006
1 parent 6597a75 commit 5f62cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zsh/functions/run_hooks
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ iterate_hooks () {
# Detect obsolete files from run_local_hooks
for hook_path in ${hook_d%%.d}.*; do
case "$hook_path" in
*~) continue ;;
*.d) continue ;;
*.zwc) continue ;;
*.zwc.*) continue ;;
Expand Down

0 comments on commit 5f62cbe

Please sign in to comment.