Automatically watch and create optimized copies of images in a directory.

1234567891011121314151617181920212223242526272829
  1. # ---> Vim
  2. # swap
  3. [._]*.s[a-v][a-z]
  4. [._]*.sw[a-p]
  5. [._]s[a-v][a-z]
  6. [._]sw[a-p]
  7. # session
  8. Session.vim
  9. # temporary
  10. .netrwhist
  11. *~
  12. # auto-generated tag files
  13. tags
  14. # ---> Linux
  15. *~
  16. # temporary files which can be created if a process still has a handle open of a deleted file
  17. .fuse_hidden*
  18. # KDE directory preferences
  19. .directory
  20. # Linux trash folder which might appear on any partition or disk
  21. .Trash-*
  22. # .nfs files are created when an open file is removed but is still being accessed
  23. .nfs*