Skip to content

Commit

Permalink
add Emacs temp files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
haselwarter committed Dec 14, 2023
1 parent 472bd22 commit cd770f7
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,53 @@ nlia.cache
nra.cache
*.pdf
_opam
.DS_Store
.DS_Store

# 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

# elpa packages
/elpa/

# 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

# network security
/network-security.data

0 comments on commit cd770f7

Please sign in to comment.