Skip to content

.projectile file is driving me nuts #1941

@tx46

Description

@tx46

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions