summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2016-05-12Tidy up gitignore fileMarc Cornellà
- `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 8debd09 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.
2016-05-12Use .gitkeep files to keep cache/ and log/ directoriesMarc Cornellà
Instead of .easter-egg files we now have empty .gitkeep files, like is done as an informal standard.
2014-03-22Merge pull request #1117 from Peeja/move-example-pluginRobby Russell
Move example plugin to the custom plugins directory.
2013-10-25Minor gitignore fix.Kaiwen Xu
(Sorry my bad).
2013-10-13gitignore fix for custom folder.Kaiwen Xu
2013-05-17add search by filename and file content featureyleo77
2012-11-25fixes my wrong commit - fixes #1423Carlos Alexandro Becker
2012-11-21totvs utilsCarlos Alexandro Becker
2012-05-16Move example plugin to the custom plugins dir.Peter Jaros
2011-12-08Merge branch 'master' of git@github.com:fred-o/oh-my-zshFredrik Appelberg
Conflicts: .gitignore
2011-05-29Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh into ↵Pete Clark
taskwarrior-plugin
2011-05-26Adding ability to override plugins from the custom directory.Jake Bell
2011-05-24Adds compl .swp caches to gitignorePete Clark
2011-04-29Added git-flow pluginKevin Daudt
2011-03-07.gitignoreFredrik Appelberg
2011-01-10Made git ignore everything in custom, not only the .zsh files.Robin Ramael
2009-09-23merge upstreamJames Cox
2009-09-23not ignoring example.zshRobby Russell
2009-09-23Updating .gitignore to ignore everything but the example.zsh file in custom/Robby Russell
2009-09-23further refactoringsJames Cox
2009-08-28Adding initial gitignore fileRobby Russell