diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-04-26 16:59:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 16:59:46 +0200 |
commit | f5b2d9c7ce8ced5a4ec67a4ecfa877e6951124ef (patch) | |
tree | 8067da8ecab569966611f70f7ff63632d48515d5 /.gitignore | |
parent | 2433ee819416665d3f205e22cfacd98154d5c2f2 (diff) | |
download | zsh-f5b2d9c7ce8ced5a4ec67a4ecfa877e6951124ef.tar.gz zsh-f5b2d9c7ce8ced5a4ec67a4ecfa877e6951124ef.tar.bz2 zsh-f5b2d9c7ce8ced5a4ec67a4ecfa877e6951124ef.zip |
meta: ignore example files in custom directory
Fixes #7801
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index b2022081a..87a79cdae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ # custom files custom/ -!custom/plugins/example -!custom/example.zsh # temp files directories cache/ |