summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-02-16 15:22:48 +0900
committerA Farzat <a@farzat.xyz>2024-10-13 17:04:38 +0900
commit76663e01f6762f3b832e42f5aed085c272f1633d (patch)
treeb925e0b94974473c12736590e35affdb47cbc83f
parent01af2cb7504831714c776b7107ca374bc69077c7 (diff)
downloadzsh-76663e01f6762f3b832e42f5aed085c272f1633d.tar.gz
zsh-76663e01f6762f3b832e42f5aed085c272f1633d.zip
Add gitignore
-rw-r--r--.gitignore19
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