• Marc Cornellà's avatar
    Tidy up gitignore file · 54ace41f
    Marc Cornellà authored
    - `custom/example.zshcache` doesn't exist anymore: it's safe to
      ignore.
    
    - `*.swp` files are ignored for no apparent reason. There's nothing
      in the codebase that generates them. This was introduced by @lepht
      in commit f78218f6 on 24 May 2011.
    
    - Files `locals.zsh` and `projects.zsh` are no longer supported for
      putting custom configuration there.
    
      This is since commit 8debd097 where files were put in a lib/
      folder, but failed to modify the .gitignore file as well.
    
      The init script was modified as well, so those files aren't even
      being sourced: they are safe to be deleted or ported into a custom
      script.
    54ace41f
Name
Last commit
Last update
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...