dotfiles/.gitignore

90 lines
966 B
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
/backups/
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:29:07 +00:00
/emacs/emacs.d/elpa
2018-07-04 21:28:08 +00:00
/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
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# End of https://www.gitignore.io/api/vim