diff options
| author | Blista Kanjo | 2024-02-22 23:05:55 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-22 23:05:55 -0500 |
| commit | 4e79ac64e911c130ad89c91616a599a745660754 (patch) | |
| tree | 633910386c80fc3cc9ac2a1477780e4cf8c28981 /.config/shell/zsh-fast-syntax-highlighting | |
| parent | 03608f23649270f15a89d5daee3a2f496aea383c (diff) | |
kj-gitbot: .config/shell/zsh-fast-syntax-highlighting/.gitignore
Diffstat (limited to '.config/shell/zsh-fast-syntax-highlighting')
| -rw-r--r-- | .config/shell/zsh-fast-syntax-highlighting/.gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/shell/zsh-fast-syntax-highlighting/.gitignore b/.config/shell/zsh-fast-syntax-highlighting/.gitignore new file mode 100644 index 0000000..a863220 --- /dev/null +++ b/.config/shell/zsh-fast-syntax-highlighting/.gitignore @@ -0,0 +1,24 @@ +current_theme.zsh +secondary_theme.zsh +theme_overlay.zsh +*.txt +test/out.parse +test/res +hold/* +*.zwc + +### Vim +# Swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] + +# Session +Session.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags |
