Git Product home page Git Product logo

Comments (6)

kien avatar kien commented on May 30, 2024

After changing wildignore or any setting that can potentially filter the results, you'll need to clear the cache by running :ClearAllCtrlPCaches, or pressing <F5> if you already have ctrp-p opened.

If that doesn't work, let me know.

from ctrlp.vim.

juanpabloaj avatar juanpabloaj commented on May 30, 2024

after :ClearAllCtrlPCaches I try the same and ctrlp show the same.
And I remove ~/.ctrlp_cache dir but no change

for test the wildignore line I try

:!ls .git/obj<tab>

And vim don't show nothing.

from ctrlp.vim.

kien avatar kien commented on May 30, 2024

OK, this looks like it's because of the glob I use to search for dotfiles which is .*, it seems to ignore wildignore for these directories and files. I don't see a way to fix this without removing the dotfiles search functionality altogether.

So for now you'll have to use this instead:

set wildignore+=*/.git/objects/*

I'll make some changes to the docs.

from ctrlp.vim.

kien avatar kien commented on May 30, 2024

Also, thank you for reporting this. I've always had the */ for wildignore in my vimrc and just assumed that it'd work without it.

from ctrlp.vim.

juanpabloaj avatar juanpabloaj commented on May 30, 2024

with this work ok.
thanks.

and thanks for the plugin :)

from ctrlp.vim.

johnantoni avatar johnantoni commented on May 30, 2024

ace! thanks, worked for me. now i can exclude the vendor/bundle dir.

set wildignore+=*/vendor/bundle/*

from ctrlp.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.