23 lines
542 B
Plaintext
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/*
|