bbatsov / projectile

Project Interaction Library for Emacs
https://docs.projectile.mx
GNU General Public License v3.0
4k stars 583 forks source link

smart-alien indexing method #1359

Open dgutov opened 5 years ago

dgutov commented 5 years ago

Quoting the comment here:

In the projects I'm working on, we have both files checked into Git but ones that I want to see ignored for navigation (e.g. VCR cassettes), as well as vice versa (some config files, e.g. settings.yml, when the version checked into Git is called settings.sample.yml).

I think we can combine the ignore lists somehow and pass the result to Git using --exclude-from. I've been toying with this approach for the built-in project.el VC backend, albeit very slowly.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!

dgutov commented 5 years ago

@bbatsov