/ .gitignore
.gitignore
 1  # -*- mode: gitignore; -*-
 2  *~
 3  \#*\#
 4  /.emacs.desktop
 5  /.emacs.desktop.lock
 6  *.elc
 7  auto-save-list
 8  tramp
 9  .\#*
10  
11  # Org-mode
12  .org-id-locations
13  *_archive
14  
15  # flymake-mode
16  *_flymake.*
17  
18  # eshell files
19  /eshell/history
20  /eshell/lastdir
21  
22  # elpa packages
23  /elpa/
24  
25  # reftex files
26  *.rel
27  
28  # AUCTeX auto folder
29  /auto/
30  
31  # cask packages
32  .cask/
33  dist/
34  
35  # Flycheck
36  flycheck_*.el
37  
38  # server auth directory
39  /server/
40  
41  # projectiles files
42  .projectile
43  
44  # directory configuration
45  .dir-locals.el