dotfiles/.gitignore
James Patrick e137009579 Added Custom.el for emacs
All generated content should go here.
2019-05-17 01:23:52 -04:00

23 lines
542 B
Plaintext

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