diff options
author | Robby Russell <robby@planetargon.com> | 2013-09-18 23:37:28 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-09-18 23:37:28 -0700 |
commit | ac58ffdf6623dd703c341881a350d23c4fb751ba (patch) | |
tree | 120cbd08b851e012d8843652ccf8bf89c5a023f7 /.gitignore | |
parent | b51c2a0d0b0af68d4b2b70b922f7d56a14a23dcc (diff) | |
parent | 0240ac6496fc01b287caaab1a62cd760590144be (diff) | |
download | zsh-ac58ffdf6623dd703c341881a350d23c4fb751ba.tar.gz zsh-ac58ffdf6623dd703c341881a350d23c4fb751ba.tar.bz2 zsh-ac58ffdf6623dd703c341881a350d23c4fb751ba.zip |
Merge pull request #1840 from yleo77/master
About gf alias
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 51a5ee6c3..5db11ce5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ locals.zsh log/.zsh_history projects.zsh -custom/* -!custom/example -!custom/example.zsh +custom/example +custom/example.zsh *.swp !custom/example.zshcache cache/ |