diff options
author | yleo77 <ylep77@gmail.com> | 2013-05-17 17:48:06 +0800 |
---|---|---|
committer | yleo77 <ylep77@gmail.com> | 2013-05-17 17:48:06 +0800 |
commit | a9111488e4945a29b8afa9a4eab12ee2e6fc9a0e (patch) | |
tree | fe1f5d8027ebd609497e0ad2ed20142745958ccc /.gitignore | |
parent | 27c6becffde091cc55e0df70875451ca82867935 (diff) | |
download | zsh-a9111488e4945a29b8afa9a4eab12ee2e6fc9a0e.tar.gz zsh-a9111488e4945a29b8afa9a4eab12ee2e6fc9a0e.tar.bz2 zsh-a9111488e4945a29b8afa9a4eab12ee2e6fc9a0e.zip |
add search by filename and file content feature
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/ |