.gitignore 257 B

123456789101112131415161718192021222324
  1. current_theme.zsh
  2. secondary_theme.zsh
  3. theme_overlay.zsh
  4. *.txt
  5. test/out.parse
  6. test/res
  7. hold/*
  8. *.zwc
  9. ### Vim
  10. # Swap
  11. [._]*.s[a-v][a-z]
  12. [._]*.sw[a-p]
  13. [._]s[a-v][a-z]
  14. [._]sw[a-p]
  15. # Session
  16. Session.vim
  17. # Temporary
  18. .netrwhist
  19. *~
  20. # Auto-generated tag files
  21. tags