.gitignore 936 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .viminfo
  2. .vim/.netrwhist
  3. .vim/backups
  4. .vim/plugged
  5. .NERDTreeBookmarks
  6. .mutt/accounts/default
  7. .mutt/conf/mailboxes-imap
  8. .mutt/cache
  9. .mutt/labels
  10. .mutt_certificates
  11. .mu/
  12. .tmux/plugins/
  13. .bash*
  14. .zsh/history/history*
  15. .zcompdump
  16. .zcompcache
  17. *.zwc
  18. .zshenv.local
  19. .profile
  20. .lesshst
  21. .python_history
  22. .abook/
  23. .aspell*
  24. .fcrontab
  25. .mpop*
  26. .ssh/
  27. .caff/
  28. .devscripts_cache/
  29. .reportbugrc
  30. .gnupg/*
  31. !.gnupg/gpg-agent.conf
  32. .weechat/
  33. .pwman/
  34. .password-store/
  35. .pki/
  36. .lftp/
  37. .elinks/
  38. .offlineimap*
  39. .urlwatch
  40. .gtk*
  41. .gimp-*
  42. .aptitude
  43. .wget*
  44. .tig*
  45. .sane
  46. .java
  47. .hplip
  48. .yubioath
  49. .android
  50. .dia
  51. .gramps
  52. .texlive2020
  53. .ApacheDirectoryStudio
  54. .ansible/
  55. .fireball.keys
  56. .dmrc
  57. .config/
  58. .local/
  59. .cache/
  60. .fonts/
  61. .thumbnails/
  62. .recently-used
  63. .~*
  64. .*.kate-swp
  65. .dbus/
  66. .directory
  67. .fonts.conf
  68. .xsession-errors
  69. .Xauthority
  70. .kde/
  71. .mozilla/
  72. .mplayer/
  73. .audacity*
  74. .xournal/
  75. Mail/
  76. sieve/
  77. .dovecot*
  78. .forward
  79. .mailindex/
  80. .identity/
  81. .signatures/
  82. .icedove/
  83. .thunderbird/
  84. tmp/
  85. Downloads/