GithubHelp home page GithubHelp logo

rootignore's Introduction

RootIgnore

Set 'wildignore' from git repo root or home folder

Usage

This plugin is designed to complement CtrlP & Command-T by automatically filtering search results according to .gitignore in your project, and the global ~/.gitignore.

There is a script by Adam Bellaire, but it doesn't respect .gitignore when you are in a subfolder of your project.

Install

Vundle

plugin 'octref/RootIgnore'

Option

let g:RootIgnoreUseHome = 1
(Default: 1)

Add patterns in ~/.gitignore to wildignore.

let g:RootIgnoreAgignore = 1
(Default: 0)

Requirement: ag
Let RootIgnore set ctrlp's g:ctrlp_user_command to use ag for faster search.

===

Setting

CtrlP

" As long as it doesn't contain 'r' it's fine
let g:ctrlp_working_path_mode = '0'

Command-T

let g:CommandTTraverseSCM = 'pwd'
" If you want to add your own ignore pattern
let g:CommandTWildIgnore = &wildignore . ',myPattern"

Update

  • 08-07-2015
    • Fix a bug for using .gitignore in non-git folder.
  • 07-27-2015
    • If we are not in a git folder, but have a .gitignore in current folder, use its patterns.
  • 03-01-2015
    • Include ~/.gitignore by default
  • 02-04-2015
    • Resolve folder-paths in .gitignore to paths relative to cwd

Credit

Adapted from gitignore by Adam Bellaire

License

MIT

rootignore's People

Contributors

octref avatar ebolyen avatar

Watchers

 avatar  avatar

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.