dotfiles/.gitignore
2019-06-16 19:09:46 -04:00

29 lines
668 B
Plaintext

################################################################################
# MISC
# Ignore the Mac artifacts.
.DS_Store
# Ignore the temp files created by emacs.
*.#*
# Keep todo local.
*todo.org
################################################################################
# EMACS
emacs/custom.el
################################################################################
# i3
i3/config
################################################################################
# VIM
vim/backup/*
vim/autoload/*
vim/spell/*.spl
vim/plugged
vim/.netrwhist
################################################################################
# ZSH
zsh/transient/*