mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
39 lines
380 B
Plaintext
39 lines
380 B
Plaintext
# -*- mode: gitignore; -*-
|
|
*~
|
|
\#*\#
|
|
/.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
|
|
|
|
# elpa packages
|
|
/elpa/
|
|
|
|
# reftex files
|
|
*.rel
|
|
|
|
# AUCTeX auto folder
|
|
/auto/
|
|
|
|
# cask packages
|
|
.cask/
|
|
|
|
# Flycheck
|
|
flycheck_*.el
|
|
|
|
# server auth directory
|
|
/server/
|