Permalink
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| # -*- 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/ | |
| dist/ | |
| # Flycheck | |
| flycheck_*.el | |
| # server auth directory | |
| /server/ | |
| # projectiles files | |
| .projectile | |
| # directory configuration | |
| .dir-locals.el |