Delete: - transfer.zsh - zsh-async - telegram helper functions + completion - TERM hack for kitty terminal
23 lines
354 B
Plaintext
23 lines
354 B
Plaintext
# Ignore backup files
|
|
*.bkp
|
|
*.bak
|
|
|
|
# Ignore all gitignores in this repo but this one
|
|
.gitignore
|
|
!/.gitignore
|
|
|
|
# Ignore files generated by rejected patches etc.
|
|
*.rej
|
|
*.orig
|
|
|
|
/.config/git/github.config
|
|
/.config/git/gitlab.config
|
|
/.config/git/user.config
|
|
|
|
/.config/vim/.netrwhist
|
|
|
|
/.config/zsh/.zcompdump
|
|
|
|
/.config/ranger/bookmarks
|
|
/.config/ranger/history
|