diff options
author | Kevin Daudt <compufreak@gmail.com> | 2011-04-29 11:54:31 +0200 |
---|---|---|
committer | Kevin Daudt <compufreak@gmail.com> | 2011-04-29 11:54:42 +0200 |
commit | 7377ba3f7a08bb11114ddae1b421599e4073da96 (patch) | |
tree | a6c6e0daae9ac7be68e3d294bf6d78a1172092b8 /.gitignore | |
parent | c8ac3356c8da5ba0290066309b0fcd16d223f187 (diff) | |
download | zsh-7377ba3f7a08bb11114ddae1b421599e4073da96.tar.gz zsh-7377ba3f7a08bb11114ddae1b421599e4073da96.tar.bz2 zsh-7377ba3f7a08bb11114ddae1b421599e4073da96.zip |
Added git-flow plugin
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8d19d100c..4b555067e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ locals.zsh log/.zsh_history projects.zsh custom/* -!custom/example.zsh
\ No newline at end of file +!custom/example.zsh +cache |