mirror of
https://github.com/github/gitignore
synced 2024-11-04 19:08:52 +01:00
d4c7dbcaf9
When working with multifile LaTeX-documents in AUCTeX in emacs, it creates the auto-folder to keep track of styles, macros etc. in the whole document. Unnecessary of versioning purposes.
30 lines
296 B
Plaintext
30 lines
296 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/
|