dotfiles/.gitignore

32 lines
490 B
Plaintext
Raw Normal View History

2018-06-27 14:19:07 +00:00
#
# Ignore these files globally in this repo.
#
# log files
*.log
2018-06-28 18:53:56 +00:00
# oh-my-zsh
2018-06-28 21:54:03 +00:00
zsh/oh-my-zsh/custom/*
2018-06-28 18:53:56 +00:00
2018-06-27 14:19:07 +00:00
# vim backed up files
*~
2018-06-28 15:38:04 +00:00
/vim/vim/autoload
/vim/vim/plugged
2018-06-27 14:19:07 +00:00
# emacs files
2018-07-02 21:02:03 +00:00
/emacs/*\#*
2018-07-02 21:02:48 +00:00
ac-comphist.dat
2018-07-02 21:02:03 +00:00
/emacs/emacs.d/history
/emacs/emacs.d/custom.el
/emacs/emacs.d/SessionDesktop.el
/emacs/emacs.d/backups/*
/emacs/emacs.d/elpa/*
/emacs/emacs.d/ido.last
/emacs/emacs.d/network-security.data
/emacs/emacs.d/thumbs/*
/emacs/emacs.d/auto-save-list
/emacs/emacs.d/\#*
2018-06-27 15:04:42 +00:00
2018-06-28 22:48:49 +00:00
# .uuid files
2018-06-29 23:05:14 +00:00
.uuid