Files
dotfiles/.gitignore
Julian Prein 2efa7da040 ignore: Ignore .ssh/* instead of the folder
This fixes the issue, that `.ssh/config` was not listed by `fzf.vim`s
`:Files` command.
2022-03-31 03:41:45 +02:00

37 lines
651 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
# Ignore installation backups
/existing-*.tar.gz
/.config/VSCodium
!/.config/VSCodium/User/settings.json
/.config/git/github.config
/.config/git/gitlab.config
/.config/git/user.config
/.config/vim/.netrwhist
/.config/zsh/.zcompdump
/.config/zsh/.zcompcache
/.config/ranger/bookmarks
/.config/ranger/history
# Ignore symlink to meta/envrc in repo root (created in installation)
/.envrc
# Do not commit any files by accident that might land in there
/.ssh/*
!/.ssh/config