.gitignore 380 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # -*- mode: gitignore; -*-
  2. # Emacs.
  3. *~
  4. \#*\#
  5. /.emacs.desktop
  6. /.emacs.desktop.lock
  7. *.elc
  8. auto-save-list
  9. tramp
  10. .\#*
  11. ## Org-mode.
  12. .org-id-locations
  13. *_archive
  14. ## Flymake-mode.
  15. *_flymake.*
  16. ## Eshell files.
  17. /eshell/history
  18. /eshell/lastdir
  19. ## Reftex files.
  20. *.rel
  21. ## AUCTeX auto folder.
  22. /auto/
  23. # Nix.
  24. result
  25. result-*
  26. # Vim.
  27. .*.s[a-w][a-z]
  28. .s[a-w][a-z]
  29. *.un~
  30. Session.vim
  31. .netrwhist