diff options
author | A Farzat <a@farzat.xyz> | 2024-02-16 15:22:48 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-13 17:04:38 +0900 |
commit | 76663e01f6762f3b832e42f5aed085c272f1633d (patch) | |
tree | b925e0b94974473c12736590e35affdb47cbc83f /.gitignore | |
parent | 01af2cb7504831714c776b7107ca374bc69077c7 (diff) | |
download | zsh-76663e01f6762f3b832e42f5aed085c272f1633d.tar.gz zsh-76663e01f6762f3b832e42f5aed085c272f1633d.zip |
Add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfbfff2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +### Zsh ### +# Zsh compiled script + zrecompile backup +*.zwc +*.zwc.old + +# Zsh completion-optimization dumpfile +*zcompdump* + +# Zsh zcalc history +.zcalc_history + +# zdharma/zshelldoc tool's files +zsdoc/data + +# My private per device config +*.private.zsh + +# Zsh history +/.zsh_history |