.gitignore (282B)
1 flycheck_*.el 2 *.elc 3 *.pdf 4 *.html 5 *.log 6 *.aux 7 *.out 8 *.toc 9 10 # nix stuff 11 result 12 result-* 13 14 # misc 15 auto-save-list 16 var 17 tramp 18 elpa 19 custom.el 20 21 %backup%~ 22 # wat? 23 history 24 projectile-bookmarks.eld 25 26 # dap-mode 27 .dap-breakpoints 28 .extension 29 30 # publishing 31 publish.el 32 sitemap.org 33 34 # private 35 eln-cache