I want to sync my workspace
directory with my external backup HD. The thing is that I use ensime and it generates an .ensime_cache
subdirectory for every project and I don't want to sync those subdirectories with the backup (it can always be downloaded again if I need to rebuild the project).
How do I tell unison to ignore .ensime_cache
for every project/subproject (thus with arbitrary directory depth)?
Thanks in advance.