dotfiles/.gitignore

32 lines
505 B
Plaintext
Raw Normal View History

2018-06-27 16:19:07 +02:00
#
# Ignore these files globally in this repo.
#
# log files
*.log
2018-06-28 20:53:56 +02:00
# oh-my-zsh
2018-06-28 23:54:03 +02:00
zsh/oh-my-zsh/custom/*
2018-06-28 20:53:56 +02:00
2018-06-27 16:19:07 +02:00
# vim backed up files
*~
2018-06-28 17:38:04 +02:00
/vim/vim/autoload
/vim/vim/plugged
2018-06-27 16:19:07 +02:00
# emacs files
/emacs/*\#*
/emacs/emacs.d/ac-comphist.dat
/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 17:04:42 +02:00
# .uuid fils
*.uuid