diff options
author | Alan Pearce | 2017-05-18 16:15:18 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-18 16:15:18 +0200 |
commit | 66eb1c5711c23b3562d202d87eccc0ee15ca5b80 (patch) | |
tree | 4368c93087fa70abf14a2380a01d4704a3b7b438 | |
parent | 733ed131bb624a41551e738dceb28549b63b491a (diff) | |
download | dotfiles-66eb1c5711c23b3562d202d87eccc0ee15ca5b80.tar.lz dotfiles-66eb1c5711c23b3562d202d87eccc0ee15ca5b80.tar.zst dotfiles-66eb1c5711c23b3562d202d87eccc0ee15ca5b80.zip |
git: Add global ignore pattern for compiled zsh code
-rw-r--r-- | git/.config/git/ignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git/.config/git/ignore b/git/.config/git/ignore index d7189dc..66c652a 100644 --- a/git/.config/git/ignore +++ b/git/.config/git/ignore @@ -18,6 +18,9 @@ auto-save-list tramp .\#* +# zsh +*.zwc + # Org-mode .org-id-locations *_archive |