.gitignore 236 B

1234567891011121314151617181920212223
  1. # Generated by http://gitignore.io
  2. ### OSX ###
  3. .DS_Store
  4. .AppleDouble
  5. .LSOverride
  6. Icon
  7. # Thumbnails
  8. ._*
  9. # Files that might appear on external disk
  10. .Spotlight-V100
  11. .Trashes
  12. ### vim ###
  13. .*.s[a-w][a-z]
  14. *.un~
  15. Session.vim
  16. .netrwhist
  17. *~