diff options
author | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-03-07 13:49:30 +0100 |
---|---|---|
committer | Fredrik Appelberg <fredrik.appelberg@gmail.com> | 2011-03-07 13:49:30 +0100 |
commit | 0504a01012b88e6eb74040ed599bddf29163fd69 (patch) | |
tree | 4a4b15984e9f24aa77fe77bb54a4c6dcdbcbf0da /.gitignore | |
parent | 8bf1d8edc39ca4575448b5e4483cbebf47d8dc67 (diff) | |
download | zsh-0504a01012b88e6eb74040ed599bddf29163fd69.tar.gz zsh-0504a01012b88e6eb74040ed599bddf29163fd69.tar.bz2 zsh-0504a01012b88e6eb74040ed599bddf29163fd69.zip |
.gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8d19d100c..2cf593269 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.zshcache +cache/ |