dotfiles/.gitignore

92 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-06-27 14:19:07 +00:00
#
# Ignore these files globally in this repo.
#
2018-07-04 21:26:39 +00:00
### log files ###
2018-06-27 14:19:07 +00:00
*.log
2018-07-04 21:26:39 +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-07-04 21:26:39 +00:00
### Emacs ###
# -*- mode: gitignore; -*-
2018-06-27 14:19:07 +00:00
*~
2018-07-04 21:26:39 +00:00
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
history
custom.el
SessionDesktop.el
2018-07-04 21:32:32 +00:00
emacs/emacs.d/backups/
2018-07-04 21:33:12 +00:00
emacs/emacs.d/ac-comphist.dat
2018-07-04 21:26:39 +00:00
ido.last
network-security.data
/thumbs/
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
2018-07-04 21:32:32 +00:00
emacs/emacs.d/elpa
/elpa/
2018-07-04 21:26:39 +00:00
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
### Vim ###
autoload
plugged
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
2020-02-11 14:47:02 +00:00
vim/vim/files/info/viminfo
2018-07-04 21:26:39 +00:00
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
fonts/**/.uuid
2018-07-04 21:26:39 +00:00
# End of https://www.gitignore.io/api/vim