-
-
Notifications
You must be signed in to change notification settings - Fork 587
Open
Labels
Description
I have a (where pr=project root, confirmed via projectile-project-root
) pr/lib (build garbage) and pr/src/lib dir.
I have tried pr/.projectile file:
lib/ # ignores everything both pr/lib and pr/src/lib
lib # same as above
-lib # same as above
-lib/ # same as above
/lib/ # works, but ONLY if i invoke projectile-find-file from pr, otherwise it INCLUDES both pr/lib AND pr/src/lib
/lib # same
-/lib # same
-/lib/ # same
help me out here, how can I get my head around this? this is complicated by the fact that there's native indexing (previously hybrid??) and hybrid (not same as previous hybrid) and alien.. i dont care which one i use as long as i get consistent results.