diff options
| author | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 16:48:13 +0200 |
|---|---|---|
| committer | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 16:48:13 +0200 |
| commit | 4d9ae02d7412c0628e1fb265ce46e2beb441c8b3 (patch) | |
| tree | 81ec9fb60fcd2e8d045434c6cb530121a553b8d0 /.gitignore | |
| parent | 25dddd2db4ac2dfa2d6104c308e171e0937f116f (diff) | |
| parent | 7a0d299e96a8a1707630d59859f048e9ebde9456 (diff) | |
| download | zsh-4d9ae02d7412c0628e1fb265ce46e2beb441c8b3.tar.gz zsh-4d9ae02d7412c0628e1fb265ce46e2beb441c8b3.tar.bz2 zsh-4d9ae02d7412c0628e1fb265ce46e2beb441c8b3.zip | |
Merge branch 'normalize-repository'
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 8fa66f02f..b2022081a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ -locals.zsh -log/.zsh_history -projects.zsh -custom +# custom files +custom/ !custom/plugins/example !custom/example.zsh -*.swp -!custom/example.zshcache + +# temp files directories cache/ +log/ |
