gitignore/Global/Emacs.gitignore

46 lines
461 B
Plaintext
Raw Normal View History

# -*- mode: gitignore; -*-
*~
\#*\#
2010-11-09 02:59:27 +01:00
/.emacs.desktop
/.emacs.desktop.lock
*.elc
2010-11-21 08:37:10 +01:00
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
2013-05-09 23:35:12 +02:00
# flymake-mode
*_flymake.*
2013-11-14 06:30:49 +01:00
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
2016-03-27 21:16:20 +02:00
dist/
2015-10-12 03:47:46 +02:00
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el