forked from anti/kitchen-homepage
68 lines
831 B
Plaintext
68 lines
831 B
Plaintext
|
# Emacs:
|
||
|
*~
|
||
|
\#*\#
|
||
|
/.emacs.desktop
|
||
|
/.emacs.desktop.lock
|
||
|
*.elc
|
||
|
auto-save-list
|
||
|
tramp
|
||
|
.\#*
|
||
|
|
||
|
# Org-mode
|
||
|
.org-id-locations
|
||
|
*_archive
|
||
|
|
||
|
# flymake-mode
|
||
|
*_flymake.*
|
||
|
|
||
|
# eshell files
|
||
|
/eshell/history
|
||
|
/eshell/lastdir
|
||
|
|
||
|
# reftex files
|
||
|
*.rel
|
||
|
|
||
|
# AUCTeX auto folder
|
||
|
/auto/
|
||
|
|
||
|
# cask packages
|
||
|
.cask/
|
||
|
dist/
|
||
|
|
||
|
# Flycheck
|
||
|
flycheck_*.el
|
||
|
|
||
|
# projectiles files
|
||
|
.projectile
|
||
|
|
||
|
# directory configuration
|
||
|
.dir-locals.el
|
||
|
|
||
|
# Linux:
|
||
|
|
||
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
||
|
.fuse_hidden*
|
||
|
|
||
|
# KDE directory preferences
|
||
|
.directory
|
||
|
|
||
|
# Linux trash folder which might appear on any partition or disk
|
||
|
.Trash-*
|
||
|
|
||
|
# .nfs files are created when an open file is removed but is still being accessed
|
||
|
.nfs*
|
||
|
|
||
|
# Vim:
|
||
|
|
||
|
# Swap
|
||
|
[._]*.s[a-v][a-z]
|
||
|
[._]*.sw[a-p]
|
||
|
[._]s[a-v][a-z]
|
||
|
[._]sw[a-p]
|
||
|
|
||
|
# Session
|
||
|
Session.vim
|
||
|
|
||
|
# Temporary
|
||
|
.netrwhist
|