diff options
author | Robby Russell <robby@planetargon.com> | 2012-11-25 18:08:18 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-11-25 18:08:18 -0800 |
commit | d750e7d9e3b7d04bafc93211f7db4c607ecea19b (patch) | |
tree | edc6fa2354894e15beea10c5fb27ae8851eaccb5 /.gitignore | |
parent | 6fbe5942383c53fa77373005e9b0d37e2b977cd5 (diff) | |
parent | 75e5a6dcfc20a582a4b4653a25c074f4263dd7dc (diff) | |
download | zsh-d750e7d9e3b7d04bafc93211f7db4c607ecea19b.tar.gz zsh-d750e7d9e3b7d04bafc93211f7db4c607ecea19b.tar.bz2 zsh-d750e7d9e3b7d04bafc93211f7db4c607ecea19b.zip |
Merge pull request #1426 from caarlos0/master
fixing issue 1423
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4cb1720e7..51a5ee6c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ locals.zsh log/.zsh_history projects.zsh +custom/* !custom/example !custom/example.zsh *.swp |